From ddaf6c5235acbf808ffd5ded710f513f4df3882e Mon Sep 17 00:00:00 2001 From: Aleksandar Prokopec Date: Fri, 1 Jun 2012 21:06:36 +0200 Subject: Fix `Hashing`. Move `Hashing` to `scala.util.hashing`. Adde `Hashing.Default` to `Hashing` companion object. Change `TrieMap` to autoswitch from `Hashing.Default` to `TrieMap.MangledHashing`. --- test/files/run/triemap-hash.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run') diff --git a/test/files/run/triemap-hash.scala b/test/files/run/triemap-hash.scala index 8f2347a96f..7f19997da0 100644 --- a/test/files/run/triemap-hash.scala +++ b/test/files/run/triemap-hash.scala @@ -1,7 +1,7 @@ -import math.Hashing +import util.hashing.Hashing -- cgit v1.2.3