py: remove llgo_autogen.lla

This commit is contained in:
visualfc
2024-09-27 10:37:41 +08:00
parent 32f41a04ac
commit 9a4238d4e2
3 changed files with 0 additions and 9 deletions

View File

@@ -22,7 +22,6 @@ import (
"github.com/goplus/llgo/cl" "github.com/goplus/llgo/cl"
"github.com/goplus/llgo/cl/cltest" "github.com/goplus/llgo/cl/cltest"
"github.com/goplus/llgo/internal/build" "github.com/goplus/llgo/internal/build"
"github.com/goplus/llgo/ssa"
) )
func testCompile(t *testing.T, src, expected string) { func testCompile(t *testing.T, src, expected string) {
@@ -56,14 +55,6 @@ func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "", "./_testdata", false) cltest.FromDir(t, "", "./_testdata", false)
} }
func TestFromTestpymath(t *testing.T) {
cltest.Pkg(t, ssa.PkgPython+"/math", "../py/math/llgo_autogen.ll")
}
func TestPython(t *testing.T) {
cltest.Pkg(t, ssa.PkgPython, "../py/llgo_autogen.ll")
}
func TestGoPkgMath(t *testing.T) { func TestGoPkgMath(t *testing.T) {
conf := build.NewDefaultConf(build.ModeInstall) conf := build.NewDefaultConf(build.ModeInstall)
build.Do([]string{"math"}, conf) build.Do([]string{"math"}, conf)

Binary file not shown.

Binary file not shown.