Skip to content

Commit 5d77173

Browse files
committed
fix test
1 parent aeede9e commit 5d77173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/macros/macro-at-most-once-rep-2018.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ LL | barplus!(); //~ERROR unexpected end of macro invocation
4141
| ^^^^^^^^^^^ missing tokens in macro arguments
4242

4343
error: unexpected end of macro invocation
44-
--> $DIR/macro-at-most-once-rep-2018.rs:41:15
44+
--> $DIR/macro-at-most-once-rep-2018.rs:39:15
4545
|
4646
LL | macro_rules! barplus {
4747
| -------------------- when calling this macro
@@ -77,7 +77,7 @@ LL | barstar!(); //~ERROR unexpected end of macro invocation
7777
| ^^^^^^^^^^^ missing tokens in macro arguments
7878

7979
error: unexpected end of macro invocation
80-
--> $DIR/macro-at-most-once-rep-2018.rs:46:14
80+
--> $DIR/macro-at-most-once-rep-2018.rs:46:15
8181
|
8282
LL | macro_rules! barstar {
8383
| -------------------- when calling this macro

0 commit comments

Comments
 (0)