1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-01 07:21:03 +00:00
wasmer/tests/emtests/test_indirectbr_many.rs

11 lines
275 B
Rust
Raw Normal View History

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