mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 14:45:40 +00:00
5185f120f4
format with 1.37
16 lines
399 B
Rust
16 lines
399 B
Rust
// !!! THIS IS A GENERATED FILE !!!
|
|
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
|
|
// Files autogenerated with cargo build (build/wasitests.rs).
|
|
|
|
#[test]
|
|
fn test_create_dir() {
|
|
assert_wasi_output!(
|
|
"../../wasitests/create_dir.wasm",
|
|
"create_dir",
|
|
vec![std::path::PathBuf::from("."),],
|
|
vec![],
|
|
vec![],
|
|
"../../wasitests/create_dir.out"
|
|
);
|
|
}
|