wasmer/tests/wasitests/unstable_quine.rs

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