From b090accba15e71ac0c4823d1aa604b6beaadb335 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Tue, 5 Oct 2010 08:06:12 +0000 Subject: An issue with scalacheck and actors where an ex... An issue with scalacheck and actors where an excess of thread pools gets created - tmp fix. No review. --- test/files/scalacheck/parallel-collections/pc.scala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/files/scalacheck/parallel-collections/pc.scala') 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) } -- cgit v1.2.3