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.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/unicode-unterminated-quote.check b/test/files/neg/unicode-unterminated-quote.check
index 5085505fb4..166488710b 100644
--- a/test/files/neg/unicode-unterminated-quote.check
+++ b/test/files/neg/unicode-unterminated-quote.check
@@ -1,7 +1,7 @@
unicode-unterminated-quote.scala:2: error: unclosed string literal
- val x = /u0022
+ val x = \u0022
^
unicode-unterminated-quote.scala:2: error: '}' expected but eof found.
- val x = /u0022
+ val x = \u0022
^
two errors found