summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-06-16 13:49:08 +0000
committermichelou <michelou@epfl.ch>2006-06-16 13:49:08 +0000
commit37e0008c4e635c2c02a0de8894543e4117f42660 (patch)
tree17d1efab9773232b28e19f98a84b8df078ab1fb4 /test/files/run
parent8599693b3c95d0d6687398a3f8d5e7203cc74864 (diff)
downloadscala-37e0008c4e635c2c02a0de8894543e4117f42660.tar.gz
scala-37e0008c4e635c2c02a0de8894543e4117f42660.tar.bz2
scala-37e0008c4e635c2c02a0de8894543e4117f42660.zip
updated check file (stacktrace changed with Mai...
updated check file (stacktrace changed with MainGenericRunner)
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/exceptions-2.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/exceptions-2.check b/test/files/run/exceptions-2.check
index e67f147506..3a461f1287 100644
--- a/test/files/run/exceptions-2.check
+++ b/test/files/run/exceptions-2.check
@@ -22,6 +22,13 @@ java.lang.NullPointerException
at Test$.execute(exceptions-2.scala:157)
at Test$.main(exceptions-2.scala:180)
at Test.main(exceptions-2.scala)
+ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
+ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
+ at java.lang.reflect.Method.invoke(Method.java:585)
+ at scala.tools.nsc.ObjectRunner$.run(ObjectRunner.scala:27)
+ at scala.tools.nsc.MainGenericRunner$.main(MainGenericRunner.scala:62)
+ at scala.tools.nsc.MainGenericRunner.main(MainGenericRunner.scala)
tryFinallyTry:
Silently ignore exception in finally
valInFinally: