diff options
Diffstat (limited to 'tests/accept/run/treguse.nim')
-rwxr-xr-x | tests/accept/run/treguse.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/treguse.nim b/tests/accept/run/treguse.nim index dc805fc70..a610ad725 100755 --- a/tests/accept/run/treguse.nim +++ b/tests/accept/run/treguse.nim @@ -1,3 +1,7 @@ +discard """ + file: "treguse.nim" + output: "055this should be the casehugh" +""" # Test the register usage of the virtual machine and # the blocks in var statements @@ -19,3 +23,5 @@ proc main(a, b: int) = main(45, 1000) #OUT 055this should be the casehugh + + |