compileFuncDecl remove param: call bool

This commit is contained in:
xushiwei
2024-05-15 16:40:10 +08:00
parent 278ebbc9bd
commit c2e5a78076
6 changed files with 16 additions and 9 deletions

View File

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