Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuoguo committed Oct 9, 2024
1 parent d68a0d0 commit c787915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/genwasym/TestEval.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TestEval extends FunSuite {
test("btree") { testFile("./benchmarks/wasm/btree/2o1u-unlabeled.wat") }
test("fib") { testFile("./benchmarks/wasm/fib.wat", None, Some(144)) }

test("data") { testFile("./benchmarks/wasm/data.wat"), None, Some(72) }
test("data") { testFile("./benchmarks/wasm/data.wat", None, Some(72)) }

// TODO: add wasm spec tests? How to utilize wast files?
}

0 comments on commit c787915

Please sign in to comment.