summaryrefslogtreecommitdiff
path: root/test/files/neg/unicode-unterminated-quote.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/unicode-unterminated-quote.check')
-rw-r--r--test/files/neg/unicode-unterminated-quote.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/neg/unicode-unterminated-quote.check b/test/files/neg/unicode-unterminated-quote.check
index fc5caa6d7e..5085505fb4 100644
--- a/test/files/neg/unicode-unterminated-quote.check
+++ b/test/files/neg/unicode-unterminated-quote.check
@@ -1,4 +1,7 @@
unicode-unterminated-quote.scala:2: error: unclosed string literal
val x = /u0022
^
-one error found
+unicode-unterminated-quote.scala:2: error: '}' expected but eof found.
+ val x = /u0022
+ ^
+two errors found