diff --git a/test/fuzz/fuzz_test.go b/test/fuzz/fuzz_test.go index 78f910db9..c7583b7bf 100644 --- a/test/fuzz/fuzz_test.go +++ b/test/fuzz/fuzz_test.go @@ -26,7 +26,7 @@ func FuzzExpr(f *testing.F) { regexp.MustCompile(`error parsing regexp`), regexp.MustCompile(`integer divide by zero`), regexp.MustCompile(`interface conversion`), - regexp.MustCompile(`invalid argument for .*`), + regexp.MustCompile(`invalid argument`), regexp.MustCompile(`invalid character`), regexp.MustCompile(`invalid operation`), regexp.MustCompile(`invalid duration`), @@ -46,7 +46,6 @@ func FuzzExpr(f *testing.F) { regexp.MustCompile(`reflect: string index out of range`), regexp.MustCompile(`strings: negative Repeat count`), regexp.MustCompile(`strings: illegal bytes to escape`), - regexp.MustCompile(`operator "in" not defined on int`), regexp.MustCompile(`invalid date .*`), regexp.MustCompile(`cannot parse .* as .*`), regexp.MustCompile(`operator "in" not defined on .*`),