1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-26 04:31:04 +00:00

11 lines
191 B
Rust
Raw Normal View History

#[test]
2019-04-05 11:24:27 -07:00
#[ignore]
fn test_test_vfs() {
assert_emscripten_output!(
"../../emtests/test_vfs.wasm",
"test_vfs",
vec![],
"../../emtests/test_vfs.out"
);
}