From b0a6581fe605ce800a4f3108e9732c40a505fbfe Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 20 Aug 2003 14:55:45 +0000 Subject: commented out test case with Stack (no more <: ... commented out test case with Stack (no more <: StructuralEquality) --- test/files/run/overloads.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files/run/overloads.scala') diff --git a/test/files/run/overloads.scala b/test/files/run/overloads.scala index f060f55e16..9ec97e78bf 100644 --- a/test/files/run/overloads.scala +++ b/test/files/run/overloads.scala @@ -76,9 +76,9 @@ object overloads { val x = 3; check("M1.f(" + x +")", M1.f(x), 11); check("M2.f(" + x +")", M2.f(x), 22); - val y = new scala.collection.mutable.Stack[Int]; - check("M1.f(" + y +")", M1.f(y), 12); - check("M2.f(" + y +")", M2.f(y), 21); +// val y = new scala.collection.mutable.Stack[Int]; +// check("M1.f(" + y +")", M1.f(y), 12); +// check("M2.f(" + y +")", M2.f(y), 21); } } -- cgit v1.2.3