1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-24 12:00:49 +00:00
wasmer/lib/emscripten/tests/emtests/test_longjmp_unwind.rs

10 lines
225 B
Rust
Raw Normal View History

2018-12-27 01:46:41 -06:00
#[test]
fn test_test_longjmp_unwind() {
assert_emscripten_output!(
"../../emtests/test_longjmp_unwind.wasm",
"test_longjmp_unwind",
vec![],
"../../emtests/test_longjmp_unwind.out"
);
}