TestSqlite

This commit is contained in:
xushiwei
2024-05-17 22:41:39 +08:00
parent 1ad5caba93
commit 446df58e92

View File

@@ -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) {