compileBlock: use LoadPyModSyms

This commit is contained in:
xushiwei
2024-05-12 20:03:27 +08:00
parent 45babef689
commit 03fe594339
3 changed files with 32 additions and 7 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, "callpy", "./_testpy", false)
}
func TestFromTestlibc(t *testing.T) {