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.check1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/literals.check b/test/files/run/literals.check
index 5e848f9a47..b2a96ecd3f 100644
--- a/test/files/run/literals.check
+++ b/test/files/run/literals.check
@@ -63,3 +63,4 @@ test 1.asInstanceOf[double] == 1.0 was successful
test 1l.asInstanceOf[double] == 1.0 was successful
test "".length() was successful
+test ggg == 3 was successful