Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuoguo committed Nov 25, 2024
1 parent bcad72a commit 7af3cf2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/test/scala/genwasym/TestFx.scala
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ class TestFx extends FunSuite {

// New effect handler tests:

test("simple script") {
TestWastFile("./benchmarks/wasm/wasmfx/cont_bind3.bin.wast")
}

test("call_ref") {
testFile("./benchmarks/wasm/wasmfx/callref-strip.wast")
}
Expand Down Expand Up @@ -148,7 +144,7 @@ class TestFx extends FunSuite {

// TODO: test after implemented cont_bind3
// test("simple script") {
// TestWastFile("./benchmarks/wasm/wasmfx/cont_bind3.bin.wast")
// testWastFile("./benchmarks/wasm/wasmfx/cont_bind3.bin.wast")
// }

// test("cont") {
Expand Down

0 comments on commit 7af3cf2

Please sign in to comment.