summaryrefslogtreecommitdiff
path: root/test-nsc/files/run/literals.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2005-11-04 09:41:28 +0000
committerIulian Dragos <jaguarul@gmail.com>2005-11-04 09:41:28 +0000
commit4aa7f95c0c9d25528e56e1040043f990bb9a85d2 (patch)
tree5867c2767e12c67580c0735c7c42efc96755529e /test-nsc/files/run/literals.check
parentb8627f4782aad9e4ce03cc64129a200ce8527db4 (diff)
downloadscala-4aa7f95c0c9d25528e56e1040043f990bb9a85d2.tar.gz
scala-4aa7f95c0c9d25528e56e1040043f990bb9a85d2.tar.bz2
scala-4aa7f95c0c9d25528e56e1040043f990bb9a85d2.zip
Updated to reflect correct expected output.
Diffstat (limited to 'test-nsc/files/run/literals.check')
-rw-r--r--test-nsc/files/run/literals.check3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-nsc/files/run/literals.check b/test-nsc/files/run/literals.check
index fc495283f4..fa47b0858c 100644
--- a/test-nsc/files/run/literals.check
+++ b/test-nsc/files/run/literals.check
@@ -60,5 +60,4 @@ 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
-test ggg == GGG( 2 ) was successful
+test "".length() was successful