summary refs log tree commit diff stats
path: root/tests/accept/run/tfinally.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/tfinally.nim')
-rwxr-xr-xtests/accept/run/tfinally.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accept/run/tfinally.nim b/tests/accept/run/tfinally.nim
index 034653b2b..92c1e500f 100755
--- a/tests/accept/run/tfinally.nim
+++ b/tests/accept/run/tfinally.nim
@@ -11,5 +11,5 @@ proc main: int =
     stdout.write("here ")
     return 3
     
-echo main() #OUT came here 1
+echo main() #OUT came here 3