1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-29 14:01:04 +00:00
2019-04-05 11:24:27 -07:00

11 lines
207 B
Rust

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