summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/parallel-collections/pc.scala
diff options
context:
space:
mode:
authorAleksandar Prokopec <axel22@gmail.com>2012-02-03 16:58:54 +0100
committerAleksandar Prokopec <axel22@gmail.com>2012-02-03 16:58:54 +0100
commita015c08fda8b8556345a802d60557a3ecd627ccc (patch)
treefcd177766e7a394116713b3d0464f012f7482f4d /test/files/scalacheck/parallel-collections/pc.scala
parent86946630e9a1240fb9a378b2ec62e78b521f4320 (diff)
downloadscala-a015c08fda8b8556345a802d60557a3ecd627ccc.tar.gz
scala-a015c08fda8b8556345a802d60557a3ecd627ccc.tar.bz2
scala-a015c08fda8b8556345a802d60557a3ecd627ccc.zip
Add tests for parallel Ctrie.
Changed parameters in some tests to speed them up.
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 cc0382303a..8a0dba3c25 100644
--- a/test/files/scalacheck/parallel-collections/pc.scala
+++ b/test/files/scalacheck/parallel-collections/pc.scala
@@ -25,6 +25,9 @@ class ParCollProperties extends Properties("Parallel collections") {
// parallel mutable hash maps (tables)
include(mutable.IntIntParallelHashMapCheck)
+ // parallel ctrie
+ include(mutable.IntIntParallelCtrieCheck)
+
// parallel mutable hash sets (tables)
include(mutable.IntParallelHashSetCheck)