mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-10 17:47:14 +00:00
16 lines
353 B
Rust
16 lines
353 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_isatty() {
|
||
|
assert_wasi_output!(
|
||
|
"../../wasitests/isatty.wasm",
|
||
|
"isatty",
|
||
|
vec![],
|
||
|
vec![],
|
||
|
vec![],
|
||
|
"../../wasitests/isatty.out"
|
||
|
);
|
||
|
}
|