diff options
Diffstat (limited to 'tests/accept/run/tfinally.nim')
-rwxr-xr-x | tests/accept/run/tfinally.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/tfinally.nim b/tests/accept/run/tfinally.nim index 92c1e500f..29313c3fd 100755 --- a/tests/accept/run/tfinally.nim +++ b/tests/accept/run/tfinally.nim @@ -1,3 +1,7 @@ +discard """ + file: "tfinally.nim" + output: "came here 3" +""" # Test return in try statement: proc main: int = @@ -13,3 +17,5 @@ proc main: int = echo main() #OUT came here 3 + + |