summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2007-11-21 17:08:30 +0000
committerMartin Odersky <odersky@gmail.com>2007-11-21 17:08:30 +0000
commit062fedaefab69490c17df22114088b47ca46bad8 (patch)
treee7d4d8b81b3baac4159b8e9c2431412fd7f2f292 /test
parent96792348fa71f5df08a8ca26db001f76f15d73b1 (diff)
downloadscala-062fedaefab69490c17df22114088b47ca46bad8.tar.gz
scala-062fedaefab69490c17df22114088b47ca46bad8.tar.bz2
scala-062fedaefab69490c17df22114088b47ca46bad8.zip
fixed #246. adapted check files.
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]
^