diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-05-05 00:42:16 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-05-05 00:42:16 +0300 |
commit | 5a2720e99075166d2192fd40927f695f58124028 (patch) | |
tree | 21c11e40a16a5aa0c625a84fdf031440fa845dca /tests/caas/def-def-compile.txt | |
parent | 519d5b834ad9601c487b4cc183f80b713e2da53f (diff) | |
download | Nim-5a2720e99075166d2192fd40927f695f58124028.tar.gz |
bugfix: compiling after idetools usage is now possible in caas mode
Diffstat (limited to 'tests/caas/def-def-compile.txt')
-rw-r--r-- | tests/caas/def-def-compile.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/caas/def-def-compile.txt b/tests/caas/def-def-compile.txt new file mode 100644 index 000000000..64002aff1 --- /dev/null +++ b/tests/caas/def-def-compile.txt @@ -0,0 +1,10 @@ +main.nim +> idetools --track:main.nim,5,18 --def main.nim +strutils.toUpper +SuccessX +> idetools --track:main.nim,5,18 --def main.nim +strutils.toUpper +SuccessX +> c +SuccessX + |