Remove ignore-compare-mode-nll annotations from tests

This commit is contained in:
Yuki Okushi 2022-06-09 00:13:57 +09:00
parent 1a97162cb2
commit 93c210abaa
No known key found for this signature in database
GPG Key ID: 379CEEFDD63E5DD7
4 changed files with 0 additions and 4 deletions

View File

@ -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"]

View File

@ -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"]

View File

@ -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.

View File

@ -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() {}