2019-09-11 17:41:25 -07:00
|
|
|
// !!! THIS IS A GENERATED FILE !!!
|
|
|
|
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
|
2020-04-01 17:09:51 -07:00
|
|
|
// Files autogenerated with cargo build.
|
|
|
|
|
2019-05-17 12:09:31 -07:00
|
|
|
#[test]
|
2020-03-13 15:41:50 -07:00
|
|
|
fn test_snapshot1_hello() {
|
2019-05-17 12:09:31 -07:00
|
|
|
assert_wasi_output!(
|
2020-04-01 17:09:51 -07:00
|
|
|
"../wasi_test_resources/snapshot1/hello.wasm",
|
2020-03-13 15:41:50 -07:00
|
|
|
"snapshot1_hello",
|
2019-05-17 12:09:31 -07:00
|
|
|
vec![],
|
2019-05-30 11:58:52 -07:00
|
|
|
vec![],
|
2019-07-17 14:00:51 -07:00
|
|
|
vec![],
|
2020-04-01 17:09:51 -07:00
|
|
|
"../wasi_test_resources/hello.out"
|
2019-05-17 12:09:31 -07:00
|
|
|
);
|
|
|
|
}
|