diff options
author | Araq <rumpf_a@web.de> | 2014-04-21 00:07:31 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-21 00:07:31 +0200 |
commit | e3fab47508138687cdc85553440c8313606395c3 (patch) | |
tree | b68a5f1e43167cae54485c818891626e9505526a /tests/manyloc/nake | |
parent | 472190bedc96dfa33b5979746f815feaa1555ac8 (diff) | |
download | Nim-e3fab47508138687cdc85553440c8313606395c3.tar.gz |
attempt to make some tests green
Diffstat (limited to 'tests/manyloc/nake')
-rw-r--r-- | tests/manyloc/nake/nake.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manyloc/nake/nake.nim b/tests/manyloc/nake/nake.nim index eade28c70..4b1b35662 100644 --- a/tests/manyloc/nake/nake.nim +++ b/tests/manyloc/nake/nake.nim @@ -74,7 +74,7 @@ else: echo "Unknown option: ", key, ": ", val of cmdArgument: task = key - else: nil + else: discard if printTaskList or task.isNil or not(tasks.hasKey(task)): echo "Available tasks:" for name, task in pairs(tasks): |