From f8e80a4464ed2c583b404d43aa3698494ebfe80c Mon Sep 17 00:00:00 2001 From: Sean McDirmid Date: Sat, 19 Nov 2005 19:30:00 +0000 Subject: try to make this test case work. --- test/files/pos/collections.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/files/pos/collections.scala b/test/files/pos/collections.scala index 9206a6e500..4f45a42786 100644 --- a/test/files/pos/collections.scala +++ b/test/files/pos/collections.scala @@ -11,5 +11,5 @@ class Collections extends HashSet[Int] with ObservableSet[Int,Collections] { object collections extends Collections; -class Collections1 extends HashSet[Int] with ObservableSet[Int,Collections1]; -object collections1 extends Collections1; +//class Collections1 extends HashSet[Int] with ObservableSet[Int,Collections1]; +//object collections1 extends Collections1; -- cgit v1.2.3