// !!! THIS IS A GENERATED FILE !!! // ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME // Files autogenerated with cargo build (build/wasitests.rs). #[test] #[ignore] fn test_snapshot1_close_preopen_fd() { assert_wasi_output!( "../../wasitests/snapshot1/close_preopen_fd.wasm", "snapshot1_close_preopen_fd", vec![], vec![( "hamlet".to_string(), ::std::path::PathBuf::from("wasitests/test_fs/hamlet") ),], vec![], "../../wasitests/close_preopen_fd.out" ); }