Skip to content

Commit 28c4397

Browse files
committed
this panic occurs not just on Windows, normalize it away everywhere
1 parent 581c1ab commit 28c4397

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// aux-build:invalid-punct-ident.rs
22

33
// FIXME https://github.com/rust-lang/rust/issues/59998
4-
// normalize-stderr-windows "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5-
// normalize-stderr-windows "note:.*RUST_BACKTRACE=1.*\n" -> ""
4+
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5+
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
66

77
#[macro_use]
88
extern crate invalid_punct_ident;

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// aux-build:invalid-punct-ident.rs
22

33
// FIXME https://github.com/rust-lang/rust/issues/59998
4-
// normalize-stderr-windows "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5-
// normalize-stderr-windows "note:.*RUST_BACKTRACE=1.*\n" -> ""
4+
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5+
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
66

77
#[macro_use]
88
extern crate invalid_punct_ident;

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// aux-build:invalid-punct-ident.rs
22

33
// FIXME https://github.com/rust-lang/rust/issues/59998
4-
// normalize-stderr-windows "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5-
// normalize-stderr-windows "note:.*RUST_BACKTRACE=1.*\n" -> ""
4+
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> ""
5+
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""
66

77
#[macro_use]
88
extern crate invalid_punct_ident;

0 commit comments

Comments
 (0)