summary refs log tree commit diff stats
path: root/tests/caas/compile-then-def.txt
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-06-11 16:49:04 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-06-11 16:49:04 +0200
commit41c51a11d3a9edcc4e5fbc2d3bc3e0e0b357f6ff (patch)
treecc19ed06a994bdebe2e23ef34180cbf5fd317cb3 /tests/caas/compile-then-def.txt
parentfe18117fb28df5ffee28e2e4d720452ddfc89fff (diff)
downloadNim-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.txt4
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