mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
10 lines
207 B
Rust
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"
|
||
|
);
|
||
|
}
|