diff options
Diffstat (limited to 'tests/fuzz/api.go')
-rw-r--r-- | tests/fuzz/api.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fuzz/api.go b/tests/fuzz/api.go index 50a19d2..0d6db03 100644 --- a/tests/fuzz/api.go +++ b/tests/fuzz/api.go @@ -26,9 +26,9 @@ func main() { } deps := testdeps.TestDeps{} - tests := []testing.InternalTest {} - benchmarks := []testing.InternalBenchmark{} - examples := []testing.InternalExample {} + tests := []testing.InternalTest {} + benchmarks := []testing.InternalBenchmark{} + examples := []testing.InternalExample {} m := testing.MainStart(deps, tests, benchmarks, fuzzTargets, examples) os.Exit(m.Run()) } |