Skip to content

Commit

Permalink
Add fuzz filter
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Sep 8, 2023
1 parent 01c358d commit f527a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fuzz/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func FuzzExpr(f *testing.F) {
regexp.MustCompile(`using interface \{} as type .*`),
regexp.MustCompile(`reflect.Value.MapIndex: value of type .* is not assignable to type .*`),
regexp.MustCompile(`reflect: Call using .* as type .*`),
regexp.MustCompile(`reflect: Call with too few input arguments`),
regexp.MustCompile(`reflect: call of reflect.Value.Call on .* Value`),
regexp.MustCompile(`reflect: call of reflect.Value.Index on map Value`),
regexp.MustCompile(`reflect: call of reflect.Value.Len on .* Value`),
Expand Down

0 comments on commit f527a33

Please sign in to comment.