wasmer/lib/emscripten-tests/tests/emtests/test_indirectbr_many.rs

11 lines
239 B
Rust
Raw Normal View History

2018-12-27 07:46:41 +00:00
#[test]
#[ignore]
2018-12-27 07:46:41 +00:00
fn test_test_indirectbr_many() {
assert_emscripten_output!(
"../../emtests/test_indirectbr_many.wasm",
"test_indirectbr_many",
vec![],
"../../emtests/test_indirectbr_many.out"
);
}