summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/HashTrieSplit.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalacheck/HashTrieSplit.scala')
-rw-r--r--test/files/scalacheck/HashTrieSplit.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/scalacheck/HashTrieSplit.scala b/test/files/scalacheck/HashTrieSplit.scala
index 6b20efe12b..e959a3d535 100644
--- a/test/files/scalacheck/HashTrieSplit.scala
+++ b/test/files/scalacheck/HashTrieSplit.scala
@@ -23,8 +23,8 @@ object Test {
// println("created trie")
for (n <- 0 until (sz - 1)) {
// println("---------> n = " + n)
- val pit = ht.parallelIterator
- val pit2 = ht.parallelIterator
+ val pit = ht.splitter
+ val pit2 = ht.splitter
var i = 0
while (i < n) {
pit.next