wasmer/lib/emscripten/tests/emtests/test_indirectbr_many.rs
2019-01-10 21:38:10 -08:00

10 lines
229 B
Rust

#[test]
fn test_test_indirectbr_many() {
assert_emscripten_output!(
"../../emtests/test_indirectbr_many.wasm",
"test_indirectbr_many",
vec![],
"../../emtests/test_indirectbr_many.out"
);
}