diff options
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 |