wasmer/src/emtests/puts.rs

5 lines
127 B
Rust
Raw Normal View History

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