diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-07-10 01:16:40 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-07-10 01:17:08 +0200 |
commit | d7e172a6bc351ed926f93b77a14fc5cddbce3293 (patch) | |
tree | c68909d89efb9506a770509a674bebe3ea555489 /tests/newconfig | |
parent | 58f4b4ce2343e8f7a9ab2b22567d7d42764ab68e (diff) | |
download | Nim-d7e172a6bc351ed926f93b77a14fc5cddbce3293.tar.gz |
make tests green again
Diffstat (limited to 'tests/newconfig')
-rw-r--r-- | tests/newconfig/tfoo.nims | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/newconfig/tfoo.nims b/tests/newconfig/tfoo.nims index f87aba619..057c0ed92 100644 --- a/tests/newconfig/tfoo.nims +++ b/tests/newconfig/tfoo.nims @@ -10,7 +10,7 @@ import ospaths warning("uninit", off) hint("processing", off) - +#--verbosity:2 patchFile("stdlib", "math", "mymath") task listDirs, "lists every subdirectory": |