This commit is contained in:
xushiwei
2024-05-12 23:42:16 +08:00
parent acfbe6902a
commit ddc2c56115
6 changed files with 13 additions and 13 deletions

View File

@@ -29,7 +29,7 @@ func testCompile(t *testing.T, src, expected string) {
}
func TestFromTestpy(t *testing.T) {
cltest.FromDir(t, "callpy", "./_testpy", false)
cltest.FromDir(t, "", "./_testpy", false)
}
func TestFromTestlibc(t *testing.T) {