cel-go: remove irrelevant panic/assert in target (#5799)

This commit is contained in:
Catena cyber 2021-05-18 22:26:44 +02:00 committed by GitHub
parent a676448e80
commit ca26c583d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ func FuzzEval(data []byte) int {
}
prg, err := env.Program(ast)
if err != nil {
panic("impossible to create prog from ast")
return 0
}
//fmt.Printf("loltry %#+v\n", gen)