wasmer/lib/wasi/tests/wasitests/fs_sandbox_test.rs
2019-05-22 15:57:12 -07:00

10 lines
207 B
Rust

#[test]
fn test_fs_sandbox_test() {
assert_wasi_output!(
"../../wasitests/fs_sandbox_test.wasm",
"fs_sandbox_test",
vec![],
"../../wasitests/fs_sandbox_test.out"
);
}