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"
);
}