// !!! 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_fd_close() { assert_wasi_output!( "../../wasitests/snapshot1/fd_close.wasm", "snapshot1_fd_close", vec![], vec![( ".".to_string(), ::std::path::PathBuf::from("wasitests/test_fs/hamlet") ),], vec![], "../../wasitests/fd_close.out" ); }