diff options
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/gen/empty.go | 6 | ||||
| -rw-r--r-- | sys/linux/init_test.go | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/sys/linux/gen/empty.go b/sys/linux/gen/empty.go deleted file mode 100644 index 7884be456..000000000 --- a/sys/linux/gen/empty.go +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright 2021 syzkaller project authors. All rights reserved. -// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. - -package gen - -// Empty file to unbreak build while descriptions are not generated. 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" ) |
