llgo/cl/cltest

This commit is contained in:
xushiwei
2024-04-25 07:29:45 +08:00
parent 3f49fe9e98
commit edcb66afb7
6 changed files with 143 additions and 93 deletions

View File

@@ -23,11 +23,6 @@ import (
"testing"
)
func init() {
Initialize(InitAll)
SetDebug(DbgFlagAll)
}
func assertPkg(t *testing.T, p Package, expected string) {
t.Helper()
if v := p.String(); v != expected {