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