mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-23 19:40:51 +00:00
5 lines
135 B
Rust
5 lines
135 B
Rust
#[test]
|
|
fn test_printf() {
|
|
assert_emscripten_output!("../../emtests/printf.wasm", "printf", vec![], "../../emtests/printf.out");
|
|
}
|