Skip to content

Commit f527a33

Browse files
committed
Add fuzz filter
1 parent 01c358d commit f527a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fuzz/fuzz_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func FuzzExpr(f *testing.F) {
3838
regexp.MustCompile(`using interface \{} as type .*`),
3939
regexp.MustCompile(`reflect.Value.MapIndex: value of type .* is not assignable to type .*`),
4040
regexp.MustCompile(`reflect: Call using .* as type .*`),
41+
regexp.MustCompile(`reflect: Call with too few input arguments`),
4142
regexp.MustCompile(`reflect: call of reflect.Value.Call on .* Value`),
4243
regexp.MustCompile(`reflect: call of reflect.Value.Index on map Value`),
4344
regexp.MustCompile(`reflect: call of reflect.Value.Len on .* Value`),

0 commit comments

Comments
 (0)