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.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/scalacheck/parallel-collections/pc.scala b/test/files/scalacheck/parallel-collections/pc.scala
index ffc5eff78b..977fe4b130 100644
--- a/test/files/scalacheck/parallel-collections/pc.scala
+++ b/test/files/scalacheck/parallel-collections/pc.scala
@@ -9,6 +9,9 @@ import scala.collection.parallel._
class ParCollProperties extends Properties("Parallel collections") {
// parallel arrays
include(mutable.IntParallelArrayCheck)
+
+ // parallel ranges
+ include(immutable.ParallelRangeCheck)
}