wasmer/lib/emscripten/tests/emtests/printf.rs

10 lines
173 B
Rust
Raw Normal View History

2018-12-11 01:06:55 +00:00
#[test]
fn test_printf() {
2018-12-27 07:46:41 +00:00
assert_emscripten_output!(
"../../emtests/printf.wasm",
"printf",
vec![],
"../../emtests/printf.out"
);
2018-12-11 01:06:55 +00:00
}