wasmer/lib/emscripten/tests/emtests/test_printf_more.rs
2019-01-10 21:38:10 -08:00

10 lines
213 B
Rust

#[test]
fn test_test_printf_more() {
assert_emscripten_output!(
"../../emtests/test_printf_more.wasm",
"test_printf_more",
vec![],
"../../emtests/test_printf_more.out"
);
}