summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/parallel-collections/pc.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalacheck/parallel-collections/pc.scala')
-rw-r--r--test/files/scalacheck/parallel-collections/pc.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/scalacheck/parallel-collections/pc.scala b/test/files/scalacheck/parallel-collections/pc.scala
index de571b7fc3..d62ba820a8 100644
--- a/test/files/scalacheck/parallel-collections/pc.scala
+++ b/test/files/scalacheck/parallel-collections/pc.scala
@@ -17,7 +17,7 @@ class ParCollProperties extends Properties("Parallel collections") {
object Test {
def main(args: Array[String]) {
- // val results = org.scalacheck.Test.checkProperties(new ParCollProperties)
- // if (!results.forall(_._2.passed)) println("Test results: " + results.mkString("\n"))
+ val results = org.scalacheck.Test.checkProperties(new ParCollProperties)
+ if (!results.forall(_._2.passed)) println("Test results: " + results.mkString("\n"))
}
}