Skip to content

Commit dab6813

Browse files
Try to fix the test output normalization
1 parent eefae7b commit dab6813

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

src/test/ui/proc-macro/invalid-punct-ident-1.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// FIXME https://github.com/rust-lang/rust/issues/59998
44
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
55
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
6-
// normalize-stderr-test "error: internal compiler error.*\n" -> ""
7-
// normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> ""
8-
// normalize-stderr-test "note: we would appreciate a bug report.*\n" -> ""
9-
// normalize-stderr-test "note: compiler flags.*\n" -> ""
10-
// normalize-stderr-test "note: rustc.*running on.*\n" -> ""
6+
// normalize-stderr-test "\nerror: internal compiler error.*\n\n" -> ""
7+
// normalize-stderr-test "note:.*unexpectedly panicked.*\n\n" -> ""
8+
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
9+
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
10+
// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""
1111

1212
#[macro_use]
1313
extern crate invalid_punct_ident;

src/test/ui/proc-macro/invalid-punct-ident-2.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// FIXME https://github.com/rust-lang/rust/issues/59998
44
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
55
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
6-
// normalize-stderr-test "error: internal compiler error.*\n" -> ""
7-
// normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> ""
8-
// normalize-stderr-test "note: we would appreciate a bug report.*\n" -> ""
9-
// normalize-stderr-test "note: compiler flags.*\n" -> ""
10-
// normalize-stderr-test "note: rustc.*running on.*\n" -> ""
6+
// normalize-stderr-test "\nerror: internal compiler error.*\n\n" -> ""
7+
// normalize-stderr-test "note:.*unexpectedly panicked.*\n\n" -> ""
8+
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
9+
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
10+
// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""
1111

1212
#[macro_use]
1313
extern crate invalid_punct_ident;

src/test/ui/proc-macro/invalid-punct-ident-3.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// FIXME https://github.com/rust-lang/rust/issues/59998
44
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
55
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
6-
// normalize-stderr-test "error: internal compiler error.*\n" -> ""
7-
// normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> ""
8-
// normalize-stderr-test "note: we would appreciate a bug report.*\n" -> ""
9-
// normalize-stderr-test "note: compiler flags.*\n" -> ""
10-
// normalize-stderr-test "note: rustc.*running on.*\n" -> ""
6+
// normalize-stderr-test "\nerror: internal compiler error.*\n\n" -> ""
7+
// normalize-stderr-test "note:.*unexpectedly panicked.*\n\n" -> ""
8+
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
9+
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
10+
// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""
1111

1212
#[macro_use]
1313
extern crate invalid_punct_ident;

0 commit comments

Comments
 (0)