wasmer/src/emtests/printf.rs

10 lines
176 B
Rust
Raw Normal View History

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