summaryrefslogtreecommitdiff
path: root/test/files/run/literals.check
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2006-06-16 12:09:27 +0000
committerLex Spoon <lex@lexspoon.org>2006-06-16 12:09:27 +0000
commit975a608b36a74200d7f0a05844c1284a5b3f0450 (patch)
tree8b190718fcc58b88d8f44714ac6693ea1b895675 /test/files/run/literals.check
parenta00b0c60a7fae1f7e1cfb305fd95aad7d73ae5a0 (diff)
downloadscala-975a608b36a74200d7f0a05844c1284a5b3f0450.tar.gz
scala-975a608b36a74200d7f0a05844c1284a5b3f0450.tar.bz2
scala-975a608b36a74200d7f0a05844c1284a5b3f0450.zip
- changed the unicode method identifier to be a...
- changed the unicode method identifier to be a valid; Java identifiers must start with a letter - re-enabled the test's invocation of this method
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