wasmer/lib/emscripten/tests/emtests/test_longjmp_unwind.rs
2019-04-09 18:33:53 -07: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"
);
}