wasmer/tests/emtests/test_if.rs

10 lines
213 B
Rust
Raw Normal View History

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