summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-02-28 14:25:54 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-02-28 14:25:54 +0000
commit6213bbc492af944023a18a284e1a16a809b98761 (patch)
tree967559e54e66426f4c26f3b364663f2efc7c33db /test/files
parent13731d7f327ffcc3f368ef27e56c3d458c52e1f5 (diff)
downloadscala-6213bbc492af944023a18a284e1a16a809b98761.tar.gz
scala-6213bbc492af944023a18a284e1a16a809b98761.tar.bz2
scala-6213bbc492af944023a18a284e1a16a809b98761.zip
Forgot to update the .check now that the test h...
Forgot to update the .check now that the test has changed.
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/t0485.check5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/run/t0485.check b/test/files/run/t0485.check
index 8da59a2f19..3a462cfdc1 100644
--- a/test/files/run/t0485.check
+++ b/test/files/run/t0485.check
@@ -13,11 +13,6 @@ m2={(10,20)}
m1.size > m2.size is true
m1 equals m2 is true
-m1={(10,20), (20,30)}
-m2={(10,20)}
-m1.size > m2.size is true
-m1 equals m2 is true
-
java.lang.CloneNotSupportedException: The underlying map doesn't implement the Cloneable interface
s1=[10, 20]