diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/strconv/itoa_test.go')
| -rw-r--r-- | llgo/third_party/gofrontend/libgo/go/strconv/itoa_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/strconv/itoa_test.go b/llgo/third_party/gofrontend/libgo/go/strconv/itoa_test.go index e0213ae9afe..48dc03e8390 100644 --- a/llgo/third_party/gofrontend/libgo/go/strconv/itoa_test.go +++ b/llgo/third_party/gofrontend/libgo/go/strconv/itoa_test.go @@ -51,6 +51,7 @@ var itob64tests = []itob64Test{ {-0x123456789abcdef, 16, "-123456789abcdef"}, {1<<63 - 1, 16, "7fffffffffffffff"}, {1<<63 - 1, 2, "111111111111111111111111111111111111111111111111111111111111111"}, + {-1 << 63, 2, "-1000000000000000000000000000000000000000000000000000000000000000"}, {16, 17, "g"}, {25, 25, "10"}, |

