summary refs log tree commit diff stats
path: root/tests/manyloc/nake
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-21 00:07:31 +0200
committerAraq <rumpf_a@web.de>2014-04-21 00:07:31 +0200
commite3fab47508138687cdc85553440c8313606395c3 (patch)
treeb68a5f1e43167cae54485c818891626e9505526a /tests/manyloc/nake
parent472190bedc96dfa33b5979746f815feaa1555ac8 (diff)
downloadNim-e3fab47508138687cdc85553440c8313606395c3.tar.gz
attempt to make some tests green
Diffstat (limited to 'tests/manyloc/nake')
-rw-r--r--tests/manyloc/nake/nake.nim2
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):