From 6801b5e4900ea21b2cf7fa0dade0026b677e4ee2 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Thu, 28 Oct 2010 12:10:04 +0000 Subject: Two hashcode-related failing tests fixed. No review. --- .../collection/parallel/benchmarks/hashtries/ParallelHashTries.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/benchmarks/src') diff --git a/test/benchmarks/src/scala/collection/parallel/benchmarks/hashtries/ParallelHashTries.scala b/test/benchmarks/src/scala/collection/parallel/benchmarks/hashtries/ParallelHashTries.scala index 11726b05bb..98def97bbd 100644 --- a/test/benchmarks/src/scala/collection/parallel/benchmarks/hashtries/ParallelHashTries.scala +++ b/test/benchmarks/src/scala/collection/parallel/benchmarks/hashtries/ParallelHashTries.scala @@ -14,7 +14,7 @@ import scala.collection.parallel.immutable.ParHashTrie trait ParHashTrieBenches[K, V] extends StandardParIterableBenches[(K, V), ParHashTrie[K, V]] { - def nameOfCollection = "ParHashTrie" + def nameOfCollection = "immutable.ParHashMap" def comparisonMap = collection.Map() val forkJoinPool = new scala.concurrent.forkjoin.ForkJoinPool -- cgit v1.2.3