wasmer/lib/wasi-tests/tests/wasitests/quine.rs
Mark McCaskey 5185f120f4 Update some from feedback, fix tests
format with 1.37
2019-10-02 11:25:55 -07:00

16 lines
379 B
Rust

// !!! THIS IS A GENERATED FILE !!!
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
// Files autogenerated with cargo build (build/wasitests.rs).
#[test]
fn test_quine() {
assert_wasi_output!(
"../../wasitests/quine.wasm",
"quine",
vec![std::path::PathBuf::from("."),],
vec![],
vec![],
"../../wasitests/quine.out"
);
}