1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-02 07:51:03 +00:00

10 lines
225 B
Rust

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