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

16 lines
376 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 12:09:31 -07:00
#[test]
fn test_unstable_hello() {
2019-05-17 12:09:31 -07:00
assert_wasi_output!(
"../../wasitests/unstable/hello.wasm",
"unstable_hello",
2019-05-17 12:09:31 -07:00
vec![],
vec![],
vec![],
2019-05-17 12:09:31 -07:00
"../../wasitests/hello.out"
);
}