This commit is contained in:
xushiwei
2024-04-21 16:04:05 +08:00
parent c1cc078772
commit 7cab76f444
4 changed files with 120 additions and 16 deletions

View File

@@ -38,6 +38,7 @@ func TestFromTestdata(t *testing.T) {
}
func init() {
SetDebug(DbgFlagAll)
llssa.Initialize(llssa.InitAll)
llssa.SetDebug(llssa.DbgFlagAll)
}