diff --git a/cl/compile_test.go b/cl/compile_test.go index 6f417cbe..4ff4f9eb 100644 --- a/cl/compile_test.go +++ b/cl/compile_test.go @@ -44,10 +44,6 @@ func TestFromTestdata(t *testing.T) { cltest.FromDir(t, "", "./_testdata", false) } -func TestSqlite(t *testing.T) { - cltest.Pkg(t, "github.com/goplus/llgo/x/sqlite", "../x/sqlite/sqlite.ll") -} - func TestFromTestpymath(t *testing.T) { cltest.Pkg(t, ssa.PkgPython+"/math", "../py/math/llgo_autogen.ll") }