From 446df58e92ecf883ed0ad1932392c358ba755f5c Mon Sep 17 00:00:00 2001 From: xushiwei Date: Fri, 17 May 2024 22:41:39 +0800 Subject: [PATCH] TestSqlite --- cl/compile_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {