Skip to content

Commit 51c32f4

Browse files
committed
fix invalid-punct-ident-1 test
1 parent 339181a commit 51c32f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// normalize-stderr-test "note: we would appreciate a bug report.*\n\n" -> ""
1010
// normalize-stderr-test "note: compiler flags.*\n\n" -> ""
1111
// normalize-stderr-test "note: rustc.*running on.*\n\n" -> ""
12+
// normalize-stderr-test "query stack during panic:\n" -> ""
13+
// normalize-stderr-test "we're just showing a limited slice of the query stack\n" -> ""
14+
// normalize-stderr-test "end of query stack\n" -> ""
1215

1316
#[macro_use]
1417
extern crate invalid_punct_ident;

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
query stack during panic:
2-
we're just showing a limited slice of the query stack
3-
end of query stack
41
error: proc macro panicked
5-
--> $DIR/invalid-punct-ident-1.rs:16:1
2+
--> $DIR/invalid-punct-ident-1.rs:19:1
63
|
74
LL | invalid_punct!();
85
| ^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)