Disabled failing test.

No review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25115 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
prokopec 2011-06-20 15:38:39 +00:00
parent 179908e59e
commit e10145aafa
1 changed files with 2 additions and 0 deletions

View File

@ -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")))
}
*/
}
}