wasmer/lib/wasi-tests/tests/wasitests/snapshot1_close_preopen_fd.rs

20 lines
546 B
Rust
Raw Normal View History

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