summaryrefslogtreecommitdiff
path: root/test/files/run/t0485.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-02-15 14:49:53 +0000
committermichelou <michelou@epfl.ch>2008-02-15 14:49:53 +0000
commit787b0264db2b8f197d1688318a2790fcd037d9c8 (patch)
treed6fd618516d78fd308ccbfbe13256de30bdd8f0c /test/files/run/t0485.check
parent25fd82c6dd3014aa7993d069e8b53ad387d378c5 (diff)
downloadscala-787b0264db2b8f197d1688318a2790fcd037d9c8.tar.gz
scala-787b0264db2b8f197d1688318a2790fcd037d9c8.tar.bz2
scala-787b0264db2b8f197d1688318a2790fcd037d9c8.zip
fixed #485 (IdentityHashMap)
Diffstat (limited to 'test/files/run/t0485.check')
-rw-r--r--test/files/run/t0485.check6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/files/run/t0485.check b/test/files/run/t0485.check
index 8e9f975de5..d370403f09 100644
--- a/test/files/run/t0485.check
+++ b/test/files/run/t0485.check
@@ -2,10 +2,6 @@ m1={20=30, 10=20}
m2={10=20}
m1 == m2 is false
-m1={20=30, 10=20}
-m2={10=20}
-m1 == m2 is false
-
m1={10=20, 20=30}
m2={10=20}
m1 == m2 is false
@@ -16,6 +12,8 @@ m1 == m2 is false
java.lang.CloneNotSupportedException: The underlying map doesn't implement the Cloneable interface
+m1.size > m2.size is true
+
m1=[20, 10]
m2=[10]
m1 == m2 is false