mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 11:59:58 +00:00
pkg/ifuzz/generated: change package name to match path
Some tools blow up due to the mismatch... Let's use the canonical convention.
This commit is contained in:
parent
59f36113ee
commit
23f4bab451
@ -164,7 +164,7 @@ nextInsn:
|
||||
insns = deduped
|
||||
|
||||
fmt.Printf("// AUTOGENERATED FILE\n\n")
|
||||
fmt.Printf("package ifuzz\n\n")
|
||||
fmt.Printf("package generated\n\n")
|
||||
fmt.Printf("import . \"github.com/google/syzkaller/pkg/ifuzz\"\n\n")
|
||||
fmt.Printf("func init() { Insns = insns }\n\n")
|
||||
fmt.Printf("var insns = ")
|
||||
|
@ -1,6 +1,6 @@
|
||||
// AUTOGENERATED FILE
|
||||
|
||||
package ifuzz
|
||||
package generated
|
||||
|
||||
import . "github.com/google/syzkaller/pkg/ifuzz"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user