summary refs log tree commit diff stats
path: root/tests/stdlib/tunidecode.nim
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-04-16 21:28:19 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-04-16 21:28:19 +0100
commit2fb5d62927b217b070fec3657abe1b132a53b91a (patch)
tree4b25d449fcb3105a9d39e4b8d4701c0c87d9d9db /tests/stdlib/tunidecode.nim
parent6692d95ee2941de587f201ac2021bf9558a41f6f (diff)
downloadNim-2fb5d62927b217b070fec3657abe1b132a53b91a.tar.gz
Tester now appreciates the test target. Modified 'cmd' in specs.
Diffstat (limited to 'tests/stdlib/tunidecode.nim')
-rw-r--r--tests/stdlib/tunidecode.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tunidecode.nim b/tests/stdlib/tunidecode.nim
index cb6589d60..647858825 100644
--- a/tests/stdlib/tunidecode.nim
+++ b/tests/stdlib/tunidecode.nim
@@ -1,5 +1,5 @@
 discard """
-  cmd: "nimrod cc --hints:on -d:embedUnidecodeTable $# $#"
+  cmd: "nimrod $target --hints:on -d:embedUnidecodeTable $options $file"
   output: "Ausserst"
 """