summaryrefslogtreecommitdiff
path: root/test/files/neg/xmltruncated6.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-03-06 14:52:22 +0000
committerPaul Phillips <paulp@improving.org>2009-03-06 14:52:22 +0000
commit2ef54cbddbb74254d996a9b35290e20d687e3546 (patch)
tree4fc0eb78914084b8842d8efa4bc532cd259c1bcc /test/files/neg/xmltruncated6.check
parent0bd2114450d971a562be4ba6893e7f2b492b061c (diff)
downloadscala-2ef54cbddbb74254d996a9b35290e20d687e3546.tar.gz
scala-2ef54cbddbb74254d996a9b35290e20d687e3546.tar.bz2
scala-2ef54cbddbb74254d996a9b35290e20d687e3546.zip
Reverted a small parser change which had the un...
Reverted a small parser change which had the unfortunate side effect of making it much harder to enter code into the interpreter.
Diffstat (limited to 'test/files/neg/xmltruncated6.check')
-rw-r--r--test/files/neg/xmltruncated6.check2
1 files changed, 1 insertions, 1 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