diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/accept/run/tmacros1.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accept/run/tmacros1.nim b/tests/accept/run/tmacros1.nim index 572ebb914..8cf2a5aa7 100755 --- a/tests/accept/run/tmacros1.nim +++ b/tests/accept/run/tmacros1.nim @@ -1,5 +1,5 @@ discard """ - output: "hellow" + output: "Got: 'nnkIntLit' hi" """ import |