Skip to content

Commit

Permalink
enable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Feb 25, 2021
1 parent dd8d1a6 commit 09df4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unittests/wasm_engine_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ TEST(wasm_engine, find_function)
const auto wasm =
from_hex("0061736d0100000001080160037f7e7f017f03020100070801047465737400000a05010300000b");

// NOTE: only fizzy checks the signature
for (auto engine_create_fn : {create_fizzy_engine})
// NOTE: fizzy_c and wabt do not yet check signature
for (auto engine_create_fn : {create_fizzy_engine, create_wasm3_engine})
{
auto engine = engine_create_fn();
EXPECT_TRUE(engine->instantiate(wasm));
Expand Down

0 comments on commit 09df4f0

Please sign in to comment.