wasmer/lib/emscripten-tests/tests/emtests/puts.rs

10 lines
165 B
Rust
Raw Normal View History

2018-12-11 02:42:23 +00:00
#[test]
fn test_puts() {
2018-12-27 07:46:41 +00:00
assert_emscripten_output!(
"../../emtests/puts.wasm",
"puts",
vec![],
"../../emtests/puts.out"
);
2018-12-11 02:42:23 +00:00
}