chore: add failing test for math.Int.Size (#17747)
Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
parent
f304ebfc8f
commit
2f098de32f
@ -546,6 +546,7 @@ var sizeTests = []struct {
|
||||
{"9999999999999", 13},
|
||||
{"99999999999999", 14},
|
||||
{"999999999999999", 15},
|
||||
{"1000000000000000", 16},
|
||||
{"9999999999999999", 16},
|
||||
{"99999999999999999", 17},
|
||||
{"999999999999999999", 18},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user