1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-31 06:51:04 +00:00
wasmer/tests/wasitests/snapshot1_fs_sandbox_test.rs
2020-04-06 11:42:44 -07:00

16 lines
412 B
Rust

// !!! THIS IS A GENERATED FILE !!!
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
// Files autogenerated with cargo build.
#[test]
fn test_snapshot1_fs_sandbox_test() {
assert_wasi_output!(
"../wasi_test_resources/snapshot1/fs_sandbox_test.wasm",
"snapshot1_fs_sandbox_test",
vec![],
vec![],
vec![],
"../wasi_test_resources/fs_sandbox_test.out"
);
}