bump up testsuite and add two more test cases
This commit is contained in:
parent
eae7fc786f
commit
5934a78e01
|
@ -22,7 +22,9 @@ run_test!("call_indirect", wasm_call_indirect);
|
|||
run_test!("comments", wasm_comments);
|
||||
run_test!("const", wasm_const);
|
||||
run_test!("conversions", wasm_conversions);
|
||||
run_test!("custom", wasm_custom);
|
||||
run_test!("custom_section", wasm_custom_section);
|
||||
run_test!("data", wasm_data);
|
||||
run_test!("elem", wasm_elem);
|
||||
run_test!("endianness", wasm_endianness);
|
||||
run_test!("exports", wasm_exports);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c538faa43217146f458b9bc2d4b704d0a4d80963
|
||||
Subproject commit c6a690f89a0dda3c79700aa6377d8b5d8a970eba
|
Loading…
Reference in New Issue