diff options
Diffstat (limited to 'tests/run/tidgen.nim')
-rw-r--r-- | tests/run/tidgen.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/tidgen.nim b/tests/run/tidgen.nim index 0e856dc19..2fe9e0f82 100644 --- a/tests/run/tidgen.nim +++ b/tests/run/tidgen.nim @@ -8,7 +8,7 @@ import macros var gid {.compileTime.} = 3 -macro genId(invokation: expr): expr = +macro genId(): expr = result = newIntLitNode(gid) inc gid |