Skip to content

Commit

Permalink
this panic occurs not just on Windows, normalize it away everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 16, 2019
1 parent 581c1ab commit 28c4397
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/proc-macro/invalid-punct-ident-1.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// aux-build:invalid-punct-ident.rs

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

#[macro_use]
extern crate invalid_punct_ident;
Expand Down
4 changes: 2 additions & 2 deletions src/test/ui/proc-macro/invalid-punct-ident-2.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// aux-build:invalid-punct-ident.rs

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

#[macro_use]
extern crate invalid_punct_ident;
Expand Down
4 changes: 2 additions & 2 deletions src/test/ui/proc-macro/invalid-punct-ident-3.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// aux-build:invalid-punct-ident.rs

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

#[macro_use]
extern crate invalid_punct_ident;
Expand Down

0 comments on commit 28c4397

Please sign in to comment.