mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
Remove ignore-compare-mode-nll annotations from tests
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user