Skip to content

Commit 4e94804

Browse files
committed
Exclude "operator "in" not defined on float64"
1 parent e13bdd2 commit 4e94804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fuzz/fuzz_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func FuzzExpr(f *testing.F) {
4646
regexp.MustCompile(`operator "in" not defined on int`),
4747
regexp.MustCompile(`invalid date .*`),
4848
regexp.MustCompile(`cannot parse .* as .*`),
49+
regexp.MustCompile(`operator "in" not defined on .*`),
4950
}
5051

5152
env := NewEnv()

0 commit comments

Comments
 (0)