diff options
author | Araq <rumpf_a@web.de> | 2011-04-05 01:45:28 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-04-05 01:45:28 +0200 |
commit | 997e7d1e5b50597489360222bc16ccf1880875a2 (patch) | |
tree | ad8bf66b5159cebf6ae193c6fe1c2b584b3227f5 /tests | |
parent | ecb3590102a6ee5a77d52075e136337c9ec6c4c5 (diff) | |
download | Nim-997e7d1e5b50597489360222bc16ccf1880875a2.tar.gz |
bugfix: tmacros1.nim works
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 |