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

16 lines
409 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-05-17 15:31:02 -07:00
#[test]
fn test_snapshot1_quine() {
2019-05-17 15:31:02 -07:00
assert_wasi_output!(
"../../wasitests/snapshot1/quine.wasm",
"snapshot1_quine",
vec![std::path::PathBuf::from("."),],
2019-05-17 15:31:02 -07:00
vec![],
vec![],
2019-05-17 15:31:02 -07:00
"../../wasitests/quine.out"
);
}