summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-06-20 15:38:39 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2011-06-20 15:38:39 +0000
commit2b41d0715513b279ee204f87ece443e12900fbe0 (patch)
treedd9bde61c155aadb55f5e89fe733a67585a5fcf5 /test/files/run
parentf0125bc5912ebe87a01c7e63094dc97757d2dee8 (diff)
downloadscala-2b41d0715513b279ee204f87ece443e12900fbe0.tar.gz
scala-2b41d0715513b279ee204f87ece443e12900fbe0.tar.bz2
scala-2b41d0715513b279ee204f87ece443e12900fbe0.zip
Disabled failing test.
No review.
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/TestFlatMap.scala2
1 files changed, 2 insertions, 0 deletions
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")))
}
+ */
}
}