diff --git a/cl/compile_test.go b/cl/compile_test.go index 6c9cf684..2d601ae2 100644 --- a/cl/compile_test.go +++ b/cl/compile_test.go @@ -45,7 +45,7 @@ func TestFromTestdata(t *testing.T) { } func TestSqlite(t *testing.T) { - cltest.Pkg(t, "github.com/goplus/llgo/x/sqlite", "../x/sqlite/llgo_autogen.ll") + cltest.Pkg(t, "github.com/goplus/llgo/c/sqlite", "../c/sqlite/llgo_autogen.ll") } func TestFromTestpymath(t *testing.T) {