cl: to support stdin/stdout/stderr

This commit is contained in:
xushiwei
2024-05-01 20:05:28 +08:00
parent aa1d0b307b
commit afd02b3d78
4 changed files with 55 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ func testCompile(t *testing.T, src, expected string) {
}
func TestFromTestrt(t *testing.T) {
cltest.FromDir(t, "", "./_testrt", true)
cltest.FromDir(t, "fprintf", "./_testrt", true)
}
func TestFromTestdata(t *testing.T) {