summaryrefslogtreecommitdiff
path: root/test/files/run/bugs.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2006-10-06 17:34:40 +0000
committerMartin Odersky <odersky@gmail.com>2006-10-06 17:34:40 +0000
commit83b51eccb8dd72b5d5cffdd5c9b04f73dd292392 (patch)
treee3dc0f49e278d40a3b82443c4fadf6a31ab28273 /test/files/run/bugs.check
parentd7a4f76d25820df20c9e8cd6594fa635f666dfe3 (diff)
downloadscala-83b51eccb8dd72b5d5cffdd5c9b04f73dd292392.tar.gz
scala-83b51eccb8dd72b5d5cffdd5c9b04f73dd292392.tar.bz2
scala-83b51eccb8dd72b5d5cffdd5c9b04f73dd292392.zip
renamed All->Nothing, AllRef -> Null while keep...
renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
Diffstat (limited to 'test/files/run/bugs.check')
-rw-r--r--test/files/run/bugs.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/bugs.check b/test/files/run/bugs.check
index 1276cbbcc0..261c74ad15 100644
--- a/test/files/run/bugs.check
+++ b/test/files/run/bugs.check
@@ -44,8 +44,8 @@ ok
>>> bug 199
<<< bug 213
-Cannot cast unit to All
-Cannot cast empty string to AllRef
+Cannot cast unit to Nothing
+Cannot cast empty string to Null
>>> bug 213
<<< bug 217