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

11 lines
191 B
Rust

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