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

11 lines
195 B
Rust

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