diff options
Diffstat (limited to 'tests/accept/run/tstrange.nim')
-rwxr-xr-x | tests/accept/run/tstrange.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/tstrange.nim b/tests/accept/run/tstrange.nim index 13aab2302..3947755fc 100755 --- a/tests/accept/run/tstrange.nim +++ b/tests/accept/run/tstrange.nim @@ -1,3 +1,7 @@ +discard """ + file: "tstrange.nim" + output: "hallo4" +""" # test for extremely strange bug proc ack(x: int, y: int): int = @@ -15,3 +19,5 @@ gen("hallo") write(stdout, ack(5, 4)) #OUT hallo4 + + |