summaryrefslogtreecommitdiff
path: root/test/files/run/exceptions-2.check
diff options
context:
space:
mode:
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