mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-31 06:51:04 +00:00
18 lines
593 B
Rust
18 lines
593 B
Rust
// !!! THIS IS A GENERATED FILE !!!
|
|
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
|
|
// Files autogenerated with cargo build.
|
|
|
|
|
|
#[test]
|
|
#[ignore]
|
|
fn test_snapshot1_poll_oneoff() {
|
|
assert_wasi_output!(
|
|
"../wasi_test_resources/snapshot1/poll_oneoff.wasm",
|
|
"snapshot1_poll_oneoff",
|
|
vec![],
|
|
vec![("hamlet".to_string(), ::std::path::PathBuf::from("tests/wasi_test_resources/test_fs/hamlet")),("temp".to_string(), ::std::path::PathBuf::from("tests/wasi_test_resources/test_fs/temp")),],
|
|
vec![],
|
|
"../wasi_test_resources/poll_oneoff.out"
|
|
);
|
|
}
|