From e32bfef5ccdfc19a67cbc3a783cc53179b142fe5 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sun, 5 Nov 2017 13:02:46 +0100 Subject: make tests green again --- tests/lexer/tind1.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/lexer/tind1.nim b/tests/lexer/tind1.nim index 8a2aea9b2..ffbde48fd 100644 --- a/tests/lexer/tind1.nim +++ b/tests/lexer/tind1.nim @@ -1,6 +1,6 @@ discard """ line: 24 - errormsg: "expression expected, but found 'keyword else'" + errormsg: "invalid indentation" """ import macros @@ -11,7 +11,7 @@ var x = if 4 != 5: else: "no" -macro mymacro(n): untyped {.immediate.} = +macro mymacro(n, b): untyped = discard mymacro: -- cgit 1.4.1-2-gfad0