diff options
author | Araq <rumpf_a@web.de> | 2012-06-21 19:20:45 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-21 19:20:45 +0200 |
commit | 26b64f9e4f25a5cbeaed9f8e97f9a6b243818fb9 (patch) | |
tree | bd408e17d3354e73d181da34fd2aeed2b6213a61 /tests/compile | |
parent | 4d9a5dc8fff3fc7d455fb9e8044fde1338ee775e (diff) | |
download | Nim-26b64f9e4f25a5cbeaed9f8e97f9a6b243818fb9.tar.gz |
another bugfix
Diffstat (limited to 'tests/compile')
-rwxr-xr-x | tests/compile/tmacro1.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compile/tmacro1.nim b/tests/compile/tmacro1.nim index b4fce9776..e96997c47 100755 --- a/tests/compile/tmacro1.nim +++ b/tests/compile/tmacro1.nim @@ -18,3 +18,4 @@ macro test*(a: stmt): stmt = test: "hi" + |