wasmer/tests/wasitests/unstable_create_dir.rs

16 lines
419 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-17 15:31:02 -07:00
#[test]
fn test_unstable_create_dir() {
2019-05-17 15:31:02 -07:00
assert_wasi_output!(
"../wasi_test_resources/unstable/create_dir.wasm",
"unstable_create_dir",
vec![std::path::PathBuf::from("."),],
vec![],
vec![],
"../wasi_test_resources/create_dir.out"
2019-05-17 15:31:02 -07:00
);
}