wasmer/src/emtests/printf.rs

5 lines
138 B
Rust
Raw Normal View History

2018-12-10 17:06:55 -08:00
#[test]
fn test_printf() {
2018-12-10 18:42:23 -08:00
assert_emscripten_output!("../../emtests/printf.wasm", "printf", vec![], "../../emtests/printf.output");
2018-12-10 17:06:55 -08:00
}