From 5d7717360c8f343f70a33455029355f00e39dea2 Mon Sep 17 00:00:00 2001 From: Mark Mansi Date: Tue, 27 Nov 2018 18:21:10 -0600 Subject: [PATCH] fix test --- src/test/ui/macros/macro-at-most-once-rep-2018.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/ui/macros/macro-at-most-once-rep-2018.stderr b/src/test/ui/macros/macro-at-most-once-rep-2018.stderr index 43779078ebc..da76d1ff1a7 100644 --- a/src/test/ui/macros/macro-at-most-once-rep-2018.stderr +++ b/src/test/ui/macros/macro-at-most-once-rep-2018.stderr @@ -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 @@ -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 -- GitLab