Skip to content

Commit 7ccca35

Browse files
hosseind75hosseind88
authored andcommitted
fix invalid-punct-ident-1 test
1 parent 20ea929 commit 7ccca35

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: proc macro panicked
2-
--> $DIR/invalid-punct-ident-1.rs:16:1
2+
--> $DIR/invalid-punct-ident-1.rs:19:1
33
|
44
LL | invalid_punct!();
55
| ^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)