From 2b41d0715513b279ee204f87ece443e12900fbe0 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Mon, 20 Jun 2011 15:38:39 +0000 Subject: Disabled failing test. No review. --- test/files/run/TestFlatMap.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/files/run') diff --git a/test/files/run/TestFlatMap.scala b/test/files/run/TestFlatMap.scala index e6fb696aa2..5782a44aad 100644 --- a/test/files/run/TestFlatMap.scala +++ b/test/files/run/TestFlatMap.scala @@ -6,6 +6,7 @@ import scala.collection.parallel.CompositeThrowable object Test { def main(args: Array[String]) { + /* disabled val N = 1500 val M = 1500 var unmatchedLeft = new PMHashSet[Int] @@ -24,6 +25,7 @@ object Test { } catch { case c: CompositeThrowable => for (t <- c.throwables) println("\n%s\n%s".format(t, t.getStackTrace.mkString("\n"))) } + */ } } -- cgit v1.2.3