1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-23 11:30:51 +00:00
wasmer/lib/emscripten-tests/tests/emtests/test_write_stdout_fileno.rs

11 lines
255 B
Rust

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