From 6b1d01b1b28d965586a54c1f4c1fe3adfc36545b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 17 Feb 2006 14:17:25 +0000 Subject: --- test/files/run/exceptions-2.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/run') diff --git a/test/files/run/exceptions-2.check b/test/files/run/exceptions-2.check index 40edd78ca2..3ec0dfcc1c 100644 --- a/test/files/run/exceptions-2.check +++ b/test/files/run/exceptions-2.check @@ -17,8 +17,8 @@ method3: Exception occurred with stack trace: java.lang.NullPointerException at Test$.method3(exceptions-2.scala:108) - at Test$$anonfun5.apply(exceptions-2.scala:151) - at Test$$anonfun5.apply(exceptions-2.scala:151) + 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.main(exceptions-2.scala) -- cgit v1.2.3