summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-01-31 11:49:19 +0100
committerAraq <rumpf_a@web.de>2015-01-31 11:49:19 +0100
commit8f587e2eab7ff98b7d4ba23339baf4913a2ad219 (patch)
treebce493ed342e7bc2a416455a882201d9db9f0a53 /tests
parentee4e95fefeb29f8a1b4b4317a350e02aabf75f2d (diff)
downloadNim-8f587e2eab7ff98b7d4ba23339baf4913a2ad219.tar.gz
fixes #2041
Diffstat (limited to 'tests')
-rw-r--r--tests/manyloc/standalone/barebone.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manyloc/standalone/barebone.nim b/tests/manyloc/standalone/barebone.nim
index 6b452ead0..9d75f8f2e 100644
--- a/tests/manyloc/standalone/barebone.nim
+++ b/tests/manyloc/standalone/barebone.nim
@@ -1,4 +1,7 @@
 
+# bug  #2041: Macros need to be available for os:standalone!
+import macros
+
 proc printf(frmt: cstring) {.varargs, header: "<stdio.h>", cdecl.}
 
 var x = 0