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

16 lines
365 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 22:31:02 +00:00
#[test]
fn test_quine() {
assert_wasi_output!(
"../../wasitests/quine.wasm",
"quine",
vec![".".to_string(),],
2019-05-17 22:31:02 +00:00
vec![],
vec![],
2019-05-17 22:31:02 +00:00
"../../wasitests/quine.out"
);
}