wasmer/src/emtests/puts.rs

10 lines
168 B
Rust
Raw Normal View History

2018-12-10 18:42:23 -08:00
#[test]
fn test_puts() {
2018-12-15 00:46:11 -06:00
assert_emscripten_output!(
"../../emtests/puts.wasm",
"puts",
vec![],
"../../emtests/puts.output"
);
2018-12-10 18:42:23 -08:00
}