Forgot to update the .check now that the test has changed.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14185 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
031f7af43b
commit
ba1ac9afcc
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue