summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/xmltruncated6.check2
-rw-r--r--test/files/run/interpreter.check2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/xmltruncated6.check b/test/files/neg/xmltruncated6.check
index f638f2f090..6123114560 100644
--- a/test/files/neg/xmltruncated6.check
+++ b/test/files/neg/xmltruncated6.check
@@ -1,4 +1,4 @@
-xmltruncated6.scala:2: error: in XML literal: expected end of Scala block
+xmltruncated6.scala:2: error: ';' expected but eof found.
val stuff = <a>{ "no closing brace"
^
one error found
diff --git a/test/files/run/interpreter.check b/test/files/run/interpreter.check
index 31dadfd65b..b07f69ea2e 100644
--- a/test/files/run/interpreter.check
+++ b/test/files/run/interpreter.check
@@ -144,7 +144,7 @@ scala> <console>:1: error: '=' expected but '=>' found.
scala> <console>:1: error: identifier expected but integer literal found.
[1,2,3]
^
-<console>:1: error: ']' expected but ';' found.
+<console>:1: error: ']' expected but eof found.
[1,2,3]
^