summaryrefslogtreecommitdiff
path: root/test/files/run/literals.check
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-05-11 14:52:45 +0000
committerburaq <buraq@epfl.ch>2004-05-11 14:52:45 +0000
commit4fefd6bb118033c24874b799e2c15947521f10a2 (patch)
treea11135dd27db6a18e01457f26af626fe587ad45d /test/files/run/literals.check
parent1b9f47f3e3f015944b3b92c9d5d3fde552b110b2 (diff)
downloadscala-4fefd6bb118033c24874b799e2c15947521f10a2.tar.gz
scala-4fefd6bb118033c24874b799e2c15947521f10a2.tar.bz2
scala-4fefd6bb118033c24874b799e2c15947521f10a2.zip
seq have to be escaped
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 d4b6aa1823..fc495283f4 100644
--- a/test/files/run/literals.check
+++ b/test/files/run/literals.check
@@ -61,3 +61,4 @@ test 1.asInstanceOf[double] == 1.0 was successful
test 1l.asInstanceOf[double] == 1.0 was successful
test "\u001a".length() was successful
+test ggg == GGG( 2 ) was successful