summaryrefslogtreecommitdiff
path: root/test/files/run/caseclasses.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/caseclasses.scala')
-rw-r--r--test/files/run/caseclasses.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/caseclasses.scala b/test/files/run/caseclasses.scala
index 7b9aa2e582..e064ba859f 100644
--- a/test/files/run/caseclasses.scala
+++ b/test/files/run/caseclasses.scala
@@ -12,14 +12,14 @@ object Test extends Application {
}
try {
- Bar() caseElement 2
+ Bar() element 3
throw new NullPointerException("duh")
} catch {
case x:IndexOutOfBoundsException =>
}
try {
- f(2) caseElement 2
+ f(2) element 3
throw new NullPointerException("duh")
} catch {
case x:IndexOutOfBoundsException =>