Skip to content

Commit

Permalink
fixup! Update testscript/exe_go118.go
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
  • Loading branch information
mvdan and rogpeppe committed Sep 23, 2021
1 parent 6f57cb6 commit feac8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testscript/exe_go118.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
)

func mainStart() *testing.M {
// Note: testing.MainStart acquired an extra argument in Go 1.18.
return testing.MainStart(nopTestDeps{}, nil, nil, nil, nil)
}

Expand Down

0 comments on commit feac8f2

Please sign in to comment.