Skip to content

Commit 956b650

Browse files
committed
Add type to fuzz
1 parent 8dfd410 commit 956b650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func FuzzExpr(f *testing.F) {
5353
`a[:]`,
5454
`a[1:-1]`,
5555
`len(a)`,
56+
`type(a)`,
5657
`abs(-1)`,
5758
`int(0.5)`,
5859
`float(42)`,

0 commit comments

Comments
 (0)