diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-07 19:47:33 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-07 19:47:33 +0200 |
commit | 8f76092b89212ed9f691d288d11dc660dacc9d52 (patch) | |
tree | af3e28002a230b7377fae5e25c32c836596b042e /tests/caas/def-then-compile.txt | |
parent | 9b0e03cb2e87d325cca232ccd36a3e2735c3a5c9 (diff) | |
download | Nim-8f76092b89212ed9f691d288d11dc660dacc9d52.tar.gz |
Runs all caas tests also in process mode.
This requires changing a little bit the test cases to avoid specifying the filename as the last parameter. The trackDirty switch still doesn't work for process mode. Also revers some SuccessX which I think were hidden in the amount of output verbosity.
Diffstat (limited to 'tests/caas/def-then-compile.txt')
-rw-r--r-- | tests/caas/def-then-compile.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/caas/def-then-compile.txt b/tests/caas/def-then-compile.txt index efa4dcbb3..7e755cff2 100644 --- a/tests/caas/def-then-compile.txt +++ b/tests/caas/def-then-compile.txt @@ -1,7 +1,7 @@ main.nim -> idetools --track:main.nim,5,18 --def main.nim +> idetools --track:main.nim,5,18 --def strutils.toUpper -SuccessX +! SuccessX > c SuccessX |