summaryrefslogtreecommitdiff
path: root/test/files/run/triemap-hash.scala
diff options
context:
space:
mode:
authorAleksandar Prokopec <axel22@gmail.com>2012-06-01 21:06:36 +0200
committerAleksandar Prokopec <axel22@gmail.com>2012-06-01 21:06:36 +0200
commitddaf6c5235acbf808ffd5ded710f513f4df3882e (patch)
tree426d70ff22f0926e072740bb58154afa6f0e333a /test/files/run/triemap-hash.scala
parentbb30e08d71c888f923e814e7ccbeb03427fd8808 (diff)
downloadscala-ddaf6c5235acbf808ffd5ded710f513f4df3882e.tar.gz
scala-ddaf6c5235acbf808ffd5ded710f513f4df3882e.tar.bz2
scala-ddaf6c5235acbf808ffd5ded710f513f4df3882e.zip
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`.
Diffstat (limited to 'test/files/run/triemap-hash.scala')
-rw-r--r--test/files/run/triemap-hash.scala2
1 files changed, 1 insertions, 1 deletions
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