Skip to content

Commit b02cae9

Browse files
committed
update genericParseInt unit tests
1 parent f19afb4 commit b02cae9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ctx_test.go

-8
Original file line numberDiff line numberDiff line change
@@ -4590,14 +4590,6 @@ func Test_genericParseTypeInts(t *testing.T) {
45904590
value: -2147483648,
45914591
str: "-2147483648",
45924592
},
4593-
{
4594-
value: 0,
4595-
str: "2147483648",
4596-
},
4597-
{
4598-
value: 0,
4599-
str: "-2147483649",
4600-
},
46014593
{
46024594
value: -1,
46034595
str: "-1",

0 commit comments

Comments
 (0)