Skip to content

Commit 939aca1

Browse files
committed
fuzz: ignore sun(any) runtime errors
Fixes #464
1 parent 5de348e commit 939aca1

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
@@ -48,6 +48,7 @@ func FuzzExpr(f *testing.F) {
4848
regexp.MustCompile(`invalid date .*`),
4949
regexp.MustCompile(`cannot parse .* as .*`),
5050
regexp.MustCompile(`operator "in" not defined on .*`),
51+
regexp.MustCompile(`cannot sum bool`),
5152
}
5253

5354
env := NewEnv()

0 commit comments

Comments
 (0)