From 37e0008c4e635c2c02a0de8894543e4117f42660 Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 16 Jun 2006 13:49:08 +0000 Subject: updated check file (stacktrace changed with Mai... updated check file (stacktrace changed with MainGenericRunner) --- test/files/run/exceptions-2.check | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/files/run/exceptions-2.check') 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: -- cgit v1.2.3