From 1e6f5d5bf28a3ad0efff5221046914aec94cd648 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Tue, 15 Feb 2011 08:19:56 +0000 Subject: Another fix for a broken test case involving ne... Another fix for a broken test case involving new set and map string reps. No review. --- test/files/jvm/serialization.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/jvm') diff --git a/test/files/jvm/serialization.check b/test/files/jvm/serialization.check index 867d00f110..ae7cc2d88d 100644 --- a/test/files/jvm/serialization.check +++ b/test/files/jvm/serialization.check @@ -125,8 +125,8 @@ x = Stream(0, ?) y = Stream(0, ?) x equals y: true, y equals x: true -x = Map(42 -> FortyTwo) -y = Map(42 -> FortyTwo) +x = TreeMap(42 -> FortyTwo) +y = TreeMap(42 -> FortyTwo) x equals y: true, y equals x: true x = TreeSet(0, 2) -- cgit v1.2.3