We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d9f2e commit 22ecd13Copy full SHA for 22ecd13
tests/panic/external_C/incorrect_SO_file.rs
@@ -2,6 +2,7 @@
2
//@only-linux
3
//@only-on-host
4
//@compile-flags: -Zmiri-external_c_so_file=tests/external_C/badpath.so
5
+//@normalize-stderr-test: "note: rustc.*running on.*" -> ""
6
7
extern "C" {
8
fn printer();
tests/panic/external_C/incorrect_SO_file.stderr
@@ -7,7 +7,7 @@ note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
9
10
-note: rustc 1.64.0-nightly (db4135175 2022-07-16) running on x86_64-unknown-linux-gnu
+
11
12
note: compiler flags: -Z ui-testing -Z miri-external_c_so_file=tests/external_C/badpath.so
13
0 commit comments