summaryrefslogtreecommitdiff
path: root/test/files/run/literals.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/literals.check')
-rw-r--r--test/files/run/literals.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/literals.check b/test/files/run/literals.check
index 8fd52de35f..d4b6aa1823 100644
--- a/test/files/run/literals.check
+++ b/test/files/run/literals.check
@@ -59,3 +59,5 @@ test 1e-9d == 1.0e-9 was successful
test 1e137 == 1.0e137 was successful
test 1.asInstanceOf[double] == 1.0 was successful
test 1l.asInstanceOf[double] == 1.0 was successful
+
+test "\u001a".length() was successful