blob: 9b82ed113caa10d913bc93db2ef3f6ebf3f366da (
plain) (
blame)
1
2
3
4
5
6
7
8
|
//! This file is generated by running `bash test-cases/generate.sh` - do not manually adjust.
mod common;
#[test]
fn fun0() {
common::test_case("fun0", include_bytes!("../test-cases/fun0/script.sh"), include_bytes!("../test-cases/fun0/stdout.txt"));
}
|