summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2006-02-17 14:17:25 +0000
committerMartin Odersky <odersky@gmail.com>2006-02-17 14:17:25 +0000
commit6b1d01b1b28d965586a54c1f4c1fe3adfc36545b (patch)
tree24829de1bfb3d9b4c7c10919edeb0dc263262479 /test/files/run
parent22245600a5d413876dfbf110c0a6f80719f8168e (diff)
downloadscala-6b1d01b1b28d965586a54c1f4c1fe3adfc36545b.tar.gz
scala-6b1d01b1b28d965586a54c1f4c1fe3adfc36545b.tar.bz2
scala-6b1d01b1b28d965586a54c1f4c1fe3adfc36545b.zip
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/exceptions-2.check4
1 files changed, 2 insertions, 2 deletions
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)