correct coverage MainStart argument order

This commit is contained in:
Benjamin Elder 2022-05-05 14:00:21 -07:00
parent 313d9fb0b1
commit 830456e027

View File

@ -82,7 +82,7 @@ func FlushCoverage() {
var deps fakeTestDeps
dummyRun := testing.MainStart(deps, tests, fuzztargets, benchmarks, examples)
dummyRun := testing.MainStart(deps, tests, benchmarks, fuzztargets, examples)
dummyRun.Run()
// Once it writes to the temporary path, we move it to the intended path.