wasmer/tests/wasitests/snapshot1_fs_sandbox_test.rs

16 lines
412 B
Rust
Raw Normal View History

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