fix invalid-punct-ident-1 test
This commit is contained in:
parent
20ea9290ed
commit
7ccca35c66
2 changed files with 4 additions and 1 deletions
|
|
@ -9,6 +9,9 @@
|
|||
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
|
||||
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
|
||||
// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""
|
||||
// normalize-stderr-test "query stack during panic:\n" -> ""
|
||||
// normalize-stderr-test "we're just showing a limited slice of the query stack\n" -> ""
|
||||
// normalize-stderr-test "end of query stack\n" -> ""
|
||||
|
||||
#[macro_use]
|
||||
extern crate invalid_punct_ident;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
error: proc macro panicked
|
||||
--> $DIR/invalid-punct-ident-1.rs:16:1
|
||||
--> $DIR/invalid-punct-ident-1.rs:19:1
|
||||
|
|
||||
LL | invalid_punct!();
|
||||
| ^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue