Skip to content

Commit 93c210a

Browse files
committed
Remove ignore-compare-mode-nll annotations from tests
1 parent 1a97162 commit 93c210a

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/test/ui/json-multiple.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// build-pass
22
// ignore-pass (different metadata emitted in different modes)
33
// compile-flags: --json=diagnostic-short --json artifacts --error-format=json
4-
// ignore-compare-mode-nll
54

65
#![crate_type = "lib"]

src/test/ui/json-options.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// build-pass
22
// ignore-pass (different metadata emitted in different modes)
33
// compile-flags: --json=diagnostic-short,artifacts --error-format=json
4-
// ignore-compare-mode-nll
54

65
#![crate_type = "lib"]

src/test/ui/rmeta/emit-artifact-notifications.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// build-pass
33
// ignore-pass
44
// ^-- needed because `--pass check` does not emit the output needed.
5-
// ignore-compare-mode-nll
65

76
// A very basic test for the emission of artifact notifications in JSON output.
87

src/test/ui/save-analysis/emit-notifications.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
// compile-flags: --crate-type rlib --error-format=json
44
// ignore-pass
55
// ^-- needed because otherwise, the .stderr file changes with --pass check
6-
// ignore-compare-mode-nll
76

87
pub fn foo() {}

0 commit comments

Comments
 (0)