aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/init_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/init_test.go')
-rw-r--r--sys/linux/init_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/init_test.go b/sys/linux/init_test.go
index 74642f6c9..230593105 100644
--- a/sys/linux/init_test.go
+++ b/sys/linux/init_test.go
@@ -7,7 +7,7 @@ import (
"testing"
"github.com/google/syzkaller/prog"
- _ "github.com/google/syzkaller/sys/linux/gen"
+ _ "github.com/google/syzkaller/sys"
"github.com/google/syzkaller/sys/targets"
)