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

10 lines
233 B
Rust
Raw Normal View History

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