diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-19 10:57:46 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 11:58:29 +0100 |
commit | d60615583f9714defb515424665971990504f230 (patch) | |
tree | 434ee38e8561e72bdccda8899d42b7459f38afec /tests/misc | |
parent | 27a9e369de5406d855cb1811dae93755505398ee (diff) | |
download | Nim-d60615583f9714defb515424665971990504f230.tar.gz |
hopefully this time the tests will compile on the server
Diffstat (limited to 'tests/misc')
-rw-r--r-- | tests/misc/tcmdline.nim | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/misc/tcmdline.nim b/tests/misc/tcmdline.nim index 3ccb75dcc..2c4768716 100644 --- a/tests/misc/tcmdline.nim +++ b/tests/misc/tcmdline.nim @@ -1,9 +1,5 @@ discard """ -output: ''' -This exe: /home/arne/proj/nim/Nim/tests/misc/tcmdline -Number of parameters: 0 -tests/misc/tcmdline -''' +outputsub: "Number of parameters: 0" """ # Test the command line |