summaryrefslogtreecommitdiff
path: root/test/files/neg/t5510.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-09-01 09:33:26 -0700
committerPaul Phillips <paulp@improving.org>2012-09-01 22:40:43 -0700
commitce048745e1520c03cd1467933a87f4d5f8b77652 (patch)
treece9f2554f2131e7a4dac9e9d6064a7a6a8f05e7f /test/files/neg/t5510.check
parent6b87cdcd7bd6d1932e87e6bf8dc6029d6461a488 (diff)
downloadscala-ce048745e1520c03cd1467933a87f4d5f8b77652.tar.gz
scala-ce048745e1520c03cd1467933a87f4d5f8b77652.tar.bz2
scala-ce048745e1520c03cd1467933a87f4d5f8b77652.zip
Fix for SI-6273, repl string interpolation.
As usual the hard part is tracing through all the needless abstraction. Begone, 25 layers of parsing error issuing methods!
Diffstat (limited to 'test/files/neg/t5510.check')
-rw-r--r--test/files/neg/t5510.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t5510.check b/test/files/neg/t5510.check
index 60da3bed40..04220e79bb 100644
--- a/test/files/neg/t5510.check
+++ b/test/files/neg/t5510.check
@@ -13,7 +13,7 @@ t5510.scala:5: error: unclosed string literal
t5510.scala:6: error: unclosed multi-line string literal
val s5 = ""s""" $s1 $s2 s"
^
-t5510.scala:7: error: '}' expected but eof found.
+t5510.scala:7: error: unclosed multi-line string literal
}
^
6 errors found