diff options
Diffstat (limited to 'src/pkg/strconv/decimal_test.go')
-rw-r--r-- | src/pkg/strconv/decimal_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/strconv/decimal_test.go b/src/pkg/strconv/decimal_test.go index 31477f1aa..1ac4d5e27 100644 --- a/src/pkg/strconv/decimal_test.go +++ b/src/pkg/strconv/decimal_test.go @@ -21,7 +21,7 @@ var shifttests = []shiftTest{ shiftTest{1, 100, "1267650600228229401496703205376"}, shiftTest{1, -100, "0.00000000000000000000000000000078886090522101180541" - "17285652827862296732064351090230047702789306640625", + "17285652827862296732064351090230047702789306640625", }, shiftTest{12345678, 8, "3160493568"}, shiftTest{12345678, -8, "48225.3046875"}, |