diff options
Diffstat (limited to 'tests/accept/run/tcopy.nim')
-rwxr-xr-x | tests/accept/run/tcopy.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/tcopy.nim b/tests/accept/run/tcopy.nim index 6cb2ec14c..3c7ccae4b 100755 --- a/tests/accept/run/tcopy.nim +++ b/tests/accept/run/tcopy.nim @@ -1,3 +1,7 @@ +discard """ + file: "tcopy.nim" + output: "TEMP=C:\\Programs\\xyz\\bin" +""" # tests the copy proc import @@ -17,3 +21,5 @@ proc main() = main() #OUT TEMP=C:\Programs\xyz\bin + + |