diff options
author | Araq <rumpf_a@web.de> | 2017-11-23 14:37:53 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-11-23 14:37:53 +0100 |
commit | 14468e2336b889e188b9485e47636d92b19697b6 (patch) | |
tree | 72cb7f006a5947fc1f48ef5774ddf8e955bef32d /tests/macros | |
parent | c1ad75fa5ca31b3708e2c828e148de648ba1bcea (diff) | |
download | Nim-14468e2336b889e188b9485e47636d92b19697b6.tar.gz |
make tests green again
Diffstat (limited to 'tests/macros')
-rw-r--r-- | tests/macros/tnimnode_for_runtime.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/macros/tnimnode_for_runtime.nim b/tests/macros/tnimnode_for_runtime.nim deleted file mode 100644 index 0520cd0dd..000000000 --- a/tests/macros/tnimnode_for_runtime.nim +++ /dev/null @@ -1,12 +0,0 @@ -discard """ - output: "bla" -""" - -import macros -proc makeMacro: NimNode = - result = nil - -var p = makeMacro() - -echo "bla" - |