make tests green again

This commit is contained in:
Andreas Rumpf
2017-11-05 13:02:46 +01:00
parent cd6d734f8b
commit e32bfef5cc

View File

@@ -1,6 +1,6 @@
discard """ discard """
line: 24 line: 24
errormsg: "expression expected, but found 'keyword else'" errormsg: "invalid indentation"
""" """
import macros import macros
@@ -11,7 +11,7 @@ var x = if 4 != 5:
else: else:
"no" "no"
macro mymacro(n): untyped {.immediate.} = macro mymacro(n, b): untyped =
discard discard
mymacro: mymacro: