summaryrefslogtreecommitdiff
path: root/test/files/run/exceptions-2.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2006-05-19 14:55:15 +0000
committerIulian Dragos <jaguarul@gmail.com>2006-05-19 14:55:15 +0000
commitef2de304b1cafdf7bc4f0230f73ed084455fa450 (patch)
treec8d6717966d3c4c955201cc9c591648776bfc7c4 /test/files/run/exceptions-2.check
parentf746ce36d86a08c8456f5fae04459addcdd2c62d (diff)
downloadscala-ef2de304b1cafdf7bc4f0230f73ed084455fa450.tar.gz
scala-ef2de304b1cafdf7bc4f0230f73ed084455fa450.tar.bz2
scala-ef2de304b1cafdf7bc4f0230f73ed084455fa450.zip
Fixed two try-finally bugs.
Diffstat (limited to 'test/files/run/exceptions-2.check')
-rw-r--r--test/files/run/exceptions-2.check14
1 files changed, 10 insertions, 4 deletions
diff --git a/test/files/run/exceptions-2.check b/test/files/run/exceptions-2.check
index 3ec0dfcc1c..e67f147506 100644
--- a/test/files/run/exceptions-2.check
+++ b/test/files/run/exceptions-2.check
@@ -17,11 +17,17 @@ method3:
Exception occurred with stack trace:
java.lang.NullPointerException
at Test$.method3(exceptions-2.scala:108)
- at Test$$anonfun$5.apply(exceptions-2.scala:151)
- at Test$$anonfun$5.apply(exceptions-2.scala:151)
- at Test$.execute(exceptions-2.scala:128)
- at Test$.main(exceptions-2.scala:151)
+ at Test$$anonfun$5.apply(exceptions-2.scala:180)
+ at Test$$anonfun$5.apply(exceptions-2.scala:180)
+ at Test$.execute(exceptions-2.scala:157)
+ at Test$.main(exceptions-2.scala:180)
at Test.main(exceptions-2.scala)
+tryFinallyTry:
+Silently ignore exception in finally
+valInFinally:
+Abc
+tryAndValInFinally
+Abc
=================
NoExcep.method2:
Hello, world