We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d1b7f commit 06a88c3Copy full SHA for 06a88c3
laws/src/main/scala/Runner.scala
@@ -164,7 +164,7 @@ trait AllRunner {
164
import scala.concurrent.duration._
165
import scala.concurrent.ExecutionContext.Implicits.global // Maybe make a fixed-size thread pool?
166
val toRun = runners.map(_())
167
- val ans = collection.mutable.AnyRefMap.empty[String, Test.Tested]
+ val ans = collection.mutable.Map.empty[String, Test.Tested]
168
val slots = new Array[(String, Future[(String, Test.Tested)])](1 max (atOnce min toRun.length))
169
var i = 0;
170
var it = toRun.iterator
0 commit comments