chore: add failing test for math.Int.Size (#17747)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Elias Naur 2023-09-14 15:51:42 -05:00 committed by GitHub
parent f304ebfc8f
commit 2f098de32f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -546,6 +546,7 @@ var sizeTests = []struct {
{"9999999999999", 13},
{"99999999999999", 14},
{"999999999999999", 15},
{"1000000000000000", 16},
{"9999999999999999", 16},
{"99999999999999999", 17},
{"999999999999999999", 18},