diff --git a/test/fuzz/fuzz_test.go b/test/fuzz/fuzz_test.go index 64467a65..03d29e3b 100644 --- a/test/fuzz/fuzz_test.go +++ b/test/fuzz/fuzz_test.go @@ -48,6 +48,7 @@ func FuzzExpr(f *testing.F) { regexp.MustCompile(`invalid date .*`), regexp.MustCompile(`cannot parse .* as .*`), regexp.MustCompile(`operator "in" not defined on .*`), + regexp.MustCompile(`cannot sum bool`), } env := NewEnv()