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:
parent
179908e59e
commit
e10145aafa
|
@ -6,6 +6,7 @@ import scala.collection.parallel.CompositeThrowable
|
||||||
object Test {
|
object Test {
|
||||||
|
|
||||||
def main(args: Array[String]) {
|
def main(args: Array[String]) {
|
||||||
|
/* disabled
|
||||||
val N = 1500
|
val N = 1500
|
||||||
val M = 1500
|
val M = 1500
|
||||||
var unmatchedLeft = new PMHashSet[Int]
|
var unmatchedLeft = new PMHashSet[Int]
|
||||||
|
@ -24,6 +25,7 @@ object Test {
|
||||||
} catch {
|
} catch {
|
||||||
case c: CompositeThrowable => for (t <- c.throwables) println("\n%s\n%s".format(t, t.getStackTrace.mkString("\n")))
|
case c: CompositeThrowable => for (t <- c.throwables) println("\n%s\n%s".format(t, t.getStackTrace.mkString("\n")))
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue