TestRuntime

This commit is contained in:
xushiwei
2024-04-28 12:22:56 +08:00
parent 2cc1bdee19
commit 41dfafe957
3 changed files with 408 additions and 2 deletions

View File

@@ -35,11 +35,9 @@ func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "", "./_testdata", false)
}
/*
func TestRuntime(t *testing.T) {
cltest.Pkg(t, "github.com/goplus/llgo/internal/runtime", "../internal/runtime/llgo_autogen.ll")
}
*/
func TestVar(t *testing.T) {
testCompile(t, `package foo