wasmer/lib/emscripten/tests/emtests/test_longjmp_stacked.rs
2019-04-09 18:33:53 -07:00

10 lines
229 B
Rust

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