summaryrefslogtreecommitdiff
path: root/test/files/run/literals.check
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-04-07 12:35:22 +0000
committerburaq <buraq@epfl.ch>2004-04-07 12:35:22 +0000
commit645f87a5a839685fde5ee9fbeb55d242a32445d4 (patch)
tree7c63059b6234130f61818f2be370d072f92d964a /test/files/run/literals.check
parent39d7ffe5467a5e25e22cbe6baaf976acfa72bc88 (diff)
downloadscala-645f87a5a839685fde5ee9fbeb55d242a32445d4.tar.gz
scala-645f87a5a839685fde5ee9fbeb55d242a32445d4.tar.bz2
scala-645f87a5a839685fde5ee9fbeb55d242a32445d4.zip
added test case for fixed treatment of SU
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