correct coverage MainStart argument order
This commit is contained in:
parent
313d9fb0b1
commit
830456e027
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user