From f5aa270473e0c335bd1a7a6b7f10f87b54a5d45e Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 26 Oct 2007 17:29:12 +0000 Subject: added/modified check files --- test/files/jvm/serialization.check | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/files/jvm/serialization.check') diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check index 7bd2a1524f..144e31603f 100644 --- a/test/files/jvm/serialization.check +++ b/test/files/jvm/serialization.check @@ -42,8 +42,8 @@ x = Map(42 -> FortyTwo) y = Map(42 -> FortyTwo) x equals y: true - y equals x: true -x = TreeSet(0, 2) -y = TreeSet(0, 2) +x = Set(0, 2) +y = Set(0, 2) x equals y: true - y equals x: true x = ArrayBuffer(one, two) @@ -58,8 +58,8 @@ x = Set(0, 8, 9) y = Set(0, 8, 9) x equals y: true - y equals x: true -x = HashSet(layers, buffers, title) -y = HashSet(layers, buffers, title) +x = Set(layers, buffers, title) +y = Set(layers, buffers, title) x equals y: true - y equals x: true x = LinkedList(2, 3) -- cgit v1.2.3