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