aboutsummaryrefslogtreecommitdiffstats
path: root/prog/test/fuzz.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/test/fuzz.go')
-rw-r--r--prog/test/fuzz.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/test/fuzz.go b/prog/test/fuzz.go
index 9b47234b3..98582a818 100644
--- a/prog/test/fuzz.go
+++ b/prog/test/fuzz.go
@@ -9,8 +9,8 @@ import (
"math/rand"
"github.com/google/syzkaller/prog"
+ _ "github.com/google/syzkaller/sys"
"github.com/google/syzkaller/sys/targets"
- _ "github.com/google/syzkaller/sys/test/gen" // import the target we use for fuzzing
)
func FuzzDeserialize(data []byte) int {