Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-i-m committed Nov 28, 2018
1 parent aeede9e commit 5d77173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/macros/macro-at-most-once-rep-2018.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LL | barplus!(); //~ERROR unexpected end of macro invocation
| ^^^^^^^^^^^ missing tokens in macro arguments

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

error: unexpected end of macro invocation
--> $DIR/macro-at-most-once-rep-2018.rs:46:14
--> $DIR/macro-at-most-once-rep-2018.rs:46:15
|
LL | macro_rules! barstar {
| -------------------- when calling this macro
Expand Down

0 comments on commit 5d77173

Please sign in to comment.