summaryrefslogtreecommitdiff
path: root/test/files/run/exceptions-2.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2007-01-29 16:06:54 +0000
committerIulian Dragos <jaguarul@gmail.com>2007-01-29 16:06:54 +0000
commit2937f4ebca48d5614b5e1a2ae0aa3dac298010a8 (patch)
tree8b9cb09ac488fac85e952db255a01f2f10076fd1 /test/files/run/exceptions-2.check
parentebdcd61b654a27eb355e79ccf6795b7b205fd660 (diff)
downloadscala-2937f4ebca48d5614b5e1a2ae0aa3dac298010a8.tar.gz
scala-2937f4ebca48d5614b5e1a2ae0aa3dac298010a8.tar.bz2
scala-2937f4ebca48d5614b5e1a2ae0aa3dac298010a8.zip
Fixed the bugfix for returns inside finally
Diffstat (limited to 'test/files/run/exceptions-2.check')
-rw-r--r--test/files/run/exceptions-2.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/exceptions-2.check b/test/files/run/exceptions-2.check
index 0cfb9a6a8c..95728fb058 100644
--- a/test/files/run/exceptions-2.check
+++ b/test/files/run/exceptions-2.check
@@ -36,3 +36,12 @@ Return inside synchronized body:
Synchronized normal execution...
inner finally
Outer finally
+Return inside body and return in finally:
+Normal execution...
+inner finally
+Outer finally
+Return inside body and return in finally inside finally:
+Normal execution...
+inner finally
+finally inside finally
+Outer finally