2018-12-27 07:46:41 +00:00
|
|
|
#[test]
|
2019-08-23 00:57:22 +00:00
|
|
|
#[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"
|
|
|
|
);
|
|
|
|
}
|