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 20:51:42 +00:00
committed by GitHub
co-authored by Julien Robert
parent f304ebfc8f
commit 2f098de32f
+1
View File
@@ -546,6 +546,7 @@ var sizeTests = []struct {
{"9999999999999", 13},
{"99999999999999", 14},
{"999999999999999", 15},
{"1000000000000000", 16},
{"9999999999999999", 16},
{"99999999999999999", 17},
{"999999999999999999", 18},