llgo cmptest -gen

This commit is contained in:
xushiwei
2024-08-14 09:47:40 +08:00
parent 6484a8e6a4
commit 6c72846d63
2 changed files with 5 additions and 5 deletions

View File

@@ -68,8 +68,8 @@ type Config struct {
AppExt string // ".exe" on Windows, empty on Unix
OutFile string // only valid for ModeBuild when len(pkgs) == 1
RunArgs []string // only valid for ModeRun
GenExpect bool // only valid for ModeCmpTest
Mode Mode
GenExpect bool // only valid for ModeCmpTest
}
func NewDefaultConf(mode Mode) *Config {