Merge "Support go 1.16 in gotestmain"
This commit is contained in:
commit
d7d1e39aaf
1 changed files with 4 additions and 0 deletions
|
@ -181,6 +181,10 @@ func (matchString) StopTestLog() error {
|
|||
panic("shouldn't get here")
|
||||
}
|
||||
|
||||
func (matchString) SetPanicOnExit0(bool) {
|
||||
panic("shouldn't get here")
|
||||
}
|
||||
|
||||
func main() {
|
||||
{{if .MainStartTakesInterface}}
|
||||
m := testing.MainStart(matchString{}, t, nil, e)
|
||||
|
|
Loading…
Reference in a new issue