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

16 lines
349 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_hello() {
assert_wasi_output!(
"../../wasitests/hello.wasm",
"hello",
vec![],
vec![],
vec![],
"../../wasitests/hello.out"
);
}