Skip to content

Commit aa8b23a

Browse files
committed
Silence deprecations about AnyRefMap in a test
1 parent 4f3991c commit aa8b23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/patmat/i7186.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ object printMips {
9292

9393
def apply(nodes: List[Assembler]): Unit = {
9494
var symbCount = 0L
95-
val symbols = new scala.collection.mutable.AnyRefMap[Scoped,Long]()
95+
val symbols = new scala.collection.mutable.HashMap[Scoped,Long]()
9696

9797
print(mipsNode(nodes, " "))
9898

0 commit comments

Comments
 (0)