llgo instr: pyList

This commit is contained in:
xushiwei
2024-05-15 15:42:58 +08:00
parent c2cf0443ef
commit 3e7bfbb45c
5 changed files with 126 additions and 14 deletions

View File

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