Merge "Support go 1.16 in gotestmain"

This commit is contained in:
Colin Cross 2021-05-14 22:13:32 +00:00 committed by Gerrit Code Review
commit d7d1e39aaf

View file

@ -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)