wasmer/tests/emtests/test_longjmp_unwind.rs

10 lines
261 B
Rust
Raw Normal View History

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