summary refs log tree commit diff stats
path: root/tests/macros/tgetimpl.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-23 13:16:45 +0100
committerAraq <rumpf_a@web.de>2018-11-23 13:16:45 +0100
commit562d185cb73fa31d901685a15e92b8904f9b077b (patch)
tree58d0ff9e04f2ee03433b495d978a8db3e7b24278 /tests/macros/tgetimpl.nim
parent2d0aa9b72bf1d9ecc8969b37bfdbd7c046721a90 (diff)
downloadNim-562d185cb73fa31d901685a15e92b8904f9b077b.tar.gz
cleanup tests; don't use non-working 'msg' spec field
Diffstat (limited to 'tests/macros/tgetimpl.nim')
-rw-r--r--tests/macros/tgetimpl.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macros/tgetimpl.nim b/tests/macros/tgetimpl.nim
index aacfb703e..d231a4336 100644
--- a/tests/macros/tgetimpl.nim
+++ b/tests/macros/tgetimpl.nim
@@ -1,5 +1,5 @@
 discard """
-  msg: '''"muhaha"
+  nimout: '''"muhaha"
 proc poo(x, y: int) =
   let y = x
   echo ["poo"]'''