aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz/api/acudego.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/fuzz/api/acudego.go (renamed from tests/fuzz/api.go)4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fuzz/api.go b/tests/fuzz/api/acudego.go
index 0d6db03..7f8e3a0 100644
--- a/tests/fuzz/api.go
+++ b/tests/fuzz/api/acudego.go
@@ -1,4 +1,4 @@
-package main
+package acudego
import (
"os"
@@ -20,7 +20,7 @@ func FuzzAPI(f *testing.F) {
-func main() {
+func MainTest() {
fuzzTargets := []testing.InternalFuzzTarget{
{ "FuzzAPI", FuzzAPI },
}