mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
11 lines
219 B
Rust
11 lines
219 B
Rust
#[test]
|
|
#[ignore]
|
|
fn test_test_siglongjmp() {
|
|
assert_emscripten_output!(
|
|
"../../emtests/test_siglongjmp.wasm",
|
|
"test_siglongjmp",
|
|
vec![],
|
|
"../../emtests/test_siglongjmp.out"
|
|
);
|
|
}
|