// !!! 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_snapshot1_create_dir() { assert_wasi_output!( "../../wasitests/snapshot1/create_dir.wasm", "snapshot1_create_dir", vec![std::path::PathBuf::from("."),], vec![], vec![], "../../wasitests/create_dir.out" ); }