diff options
author | Araq <rumpf_a@web.de> | 2018-11-23 13:16:45 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 13:16:45 +0100 |
commit | 562d185cb73fa31d901685a15e92b8904f9b077b (patch) | |
tree | 58d0ff9e04f2ee03433b495d978a8db3e7b24278 /tests/newconfig | |
parent | 2d0aa9b72bf1d9ecc8969b37bfdbd7c046721a90 (diff) | |
download | Nim-562d185cb73fa31d901685a15e92b8904f9b077b.tar.gz |
cleanup tests; don't use non-working 'msg' spec field
Diffstat (limited to 'tests/newconfig')
-rw-r--r-- | tests/newconfig/tfoo.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/newconfig/tfoo.nim b/tests/newconfig/tfoo.nim index 52ea841ee..f332cd6d4 100644 --- a/tests/newconfig/tfoo.nim +++ b/tests/newconfig/tfoo.nim @@ -1,7 +1,7 @@ discard """ cmd: "nim default $file" output: '''hello world! 0.5''' - msg: '''[NimScript] exec: gcc -v''' + nimout: '''[NimScript] exec: gcc -v''' """ when not defined(definedefine): |