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 c70777e commit b1b258aCopy full SHA for b1b258a
src/test/scala/problems/Launcher.scala
@@ -10,7 +10,7 @@ import scala.collection.mutable.ArrayBuffer
10
11
object Launcher {
12
val problems = Map(
13
- "Accummulator" -> { (backendName: String) =>
+ "Accumulator" -> { (backendName: String) =>
14
Driver(() => new Accumulator(), backendName){
15
(c) => new AccumulatorTests(c)} },
16
"LFSR16" -> { (backendName: String) =>
0 commit comments