From c1822e42d2eed5fa307d828a4cff90efa58fb24a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 30 Jan 2007 09:51:20 +0000 Subject: fixed bug in FlatHashTable; intern Symbols; rem... fixed bug in FlatHashTable; intern Symbols; removed view bound in Set.empty --- test/files/run/collections.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/files/run/collections.scala b/test/files/run/collections.scala index 430328a382..e1f769bf4c 100755 --- a/test/files/run/collections.scala +++ b/test/files/run/collections.scala @@ -105,7 +105,7 @@ object Test extends Application { } test("mutable.HashSet", new mutable.HashSet[int], 5000) - test("immutable.Set", new immutable.HashSet[int], 5000) + test("immutable.Set", immutable.Set[int](), 5000) test("immutable.ListSet", new immutable.ListSet[int], 5000) test("immutable.TreeSet", new immutable.TreeSet[int], 5000) test("mutable.HashMap", new mutable.HashMap[int, int], 5000) -- cgit v1.2.3