diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-11 16:49:04 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-11 16:49:04 +0200 |
commit | 41c51a11d3a9edcc4e5fbc2d3bc3e0e0b357f6ff (patch) | |
tree | cc19ed06a994bdebe2e23ef34180cbf5fd317cb3 /tests/caas/compile-then-def.txt | |
parent | fe18117fb28df5ffee28e2e4d720452ddfc89fff (diff) | |
download | Nim-41c51a11d3a9edcc4e5fbc2d3bc3e0e0b357f6ff.tar.gz |
Adds $TESTNIM and $MODULE as variables to test cases.
Diffstat (limited to 'tests/caas/compile-then-def.txt')
-rw-r--r-- | tests/caas/compile-then-def.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/caas/compile-then-def.txt b/tests/caas/compile-then-def.txt index 839ca1532..66ff29346 100644 --- a/tests/caas/compile-then-def.txt +++ b/tests/caas/compile-then-def.txt @@ -1,9 +1,9 @@ main.nim > c SuccessX -> idetools --track:main.nim,5,18 --def +> idetools --track:$TESTNIM,5,18 --def strutils.toUpper ! SuccessX -> idetools --track:main.nim,5,18 --def +> idetools --track:$TESTNIM,5,18 --def strutils.toUpper ! SuccessX |