summary refs log tree commit diff stats
path: root/tests/template/tissue909.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/tissue909.nim')
-rw-r--r--tests/template/tissue909.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/tissue909.nim b/tests/template/tissue909.nim
index 5b57a3558..6786ff48c 100644
--- a/tests/template/tissue909.nim
+++ b/tests/template/tissue909.nim
@@ -8,7 +8,7 @@ template baz() =
     var y = foo
     discard y()
 
-macro test(): stmt =
+macro test(): untyped =
   result = getAst(baz())
   echo(treeRepr(result))