1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-04-01 23:41:03 +00: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"
);
}