diff --git a/test/fuzz/fuzz_test.go b/test/fuzz/fuzz_test.go index 78661218..93a043af 100644 --- a/test/fuzz/fuzz_test.go +++ b/test/fuzz/fuzz_test.go @@ -42,6 +42,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: cannot use .* as type .* in .*`), regexp.MustCompile(`reflect: Call with too few input arguments`), regexp.MustCompile(`invalid number of arguments`), regexp.MustCompile(`reflect: call of reflect.Value.Call on .* Value`),