We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c358d commit f527a33Copy full SHA for f527a33
test/fuzz/fuzz_test.go
@@ -38,6 +38,7 @@ func FuzzExpr(f *testing.F) {
38
regexp.MustCompile(`using interface \{} as type .*`),
39
regexp.MustCompile(`reflect.Value.MapIndex: value of type .* is not assignable to type .*`),
40
regexp.MustCompile(`reflect: Call using .* as type .*`),
41
+ regexp.MustCompile(`reflect: Call with too few input arguments`),
42
regexp.MustCompile(`reflect: call of reflect.Value.Call on .* Value`),
43
regexp.MustCompile(`reflect: call of reflect.Value.Index on map Value`),
44
regexp.MustCompile(`reflect: call of reflect.Value.Len on .* Value`),
0 commit comments