summary refs log tree commit diff stats
path: root/tests/compile
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-21 19:00:09 +0200
committerAraq <rumpf_a@web.de>2012-06-21 19:00:09 +0200
commit05c981ea9b906292063c0b24dd6d387d4e666e8a (patch)
tree5b6d39e0b8c7e624c1d2e952ac9c2cd3124949b1 /tests/compile
parentd1c84328a7ca460a002933720089eefca378a28c (diff)
downloadNim-05c981ea9b906292063c0b24dd6d387d4e666e8a.tar.gz
fixes #134
Diffstat (limited to 'tests/compile')
-rwxr-xr-xtests/compile/tmacro1.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compile/tmacro1.nim b/tests/compile/tmacro1.nim
index e96997c47..520b64e67 100755
--- a/tests/compile/tmacro1.nim
+++ b/tests/compile/tmacro1.nim
@@ -1,5 +1,7 @@
 import  macros
 
+from uri import `/`
+
 macro test*(a: stmt): stmt =
   var nodes: tuple[a, b: int]  
   nodes.a = 4