1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-25 20:31:02 +00:00
wasmer/lib/emscripten/tests/emtests/test_longjmp_unwind.rs
2019-01-10 21:38:10 -08:00

11 lines
235 B
Rust

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