Skip to content

Commit

Permalink
correct coverage MainStart argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed May 5, 2022
1 parent 313d9fb commit 830456e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/coverage/coverage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 830456e

Please sign in to comment.