wasmer/lib/emscripten/tests/emtests/puts.rs
2019-01-10 21:38:10 -08:00

10 lines
165 B
Rust

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