Remove ignore-compare-mode-nll
annotations from tests
This commit is contained in:
parent
1a97162cb2
commit
93c210abaa
@ -1,6 +1,5 @@
|
||||
// build-pass
|
||||
// ignore-pass (different metadata emitted in different modes)
|
||||
// compile-flags: --json=diagnostic-short --json artifacts --error-format=json
|
||||
// ignore-compare-mode-nll
|
||||
|
||||
#![crate_type = "lib"]
|
||||
|
@ -1,6 +1,5 @@
|
||||
// build-pass
|
||||
// ignore-pass (different metadata emitted in different modes)
|
||||
// compile-flags: --json=diagnostic-short,artifacts --error-format=json
|
||||
// ignore-compare-mode-nll
|
||||
|
||||
#![crate_type = "lib"]
|
||||
|
@ -2,7 +2,6 @@
|
||||
// build-pass
|
||||
// ignore-pass
|
||||
// ^-- needed because `--pass check` does not emit the output needed.
|
||||
// ignore-compare-mode-nll
|
||||
|
||||
// A very basic test for the emission of artifact notifications in JSON output.
|
||||
|
||||
|
@ -3,6 +3,5 @@
|
||||
// compile-flags: --crate-type rlib --error-format=json
|
||||
// ignore-pass
|
||||
// ^-- needed because otherwise, the .stderr file changes with --pass check
|
||||
// ignore-compare-mode-nll
|
||||
|
||||
pub fn foo() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user