diff options
Diffstat (limited to 'src/pkg/big/int_test.go')
-rw-r--r-- | src/pkg/big/int_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/big/int_test.go b/src/pkg/big/int_test.go index c178bab77..7267adb28 100644 --- a/src/pkg/big/int_test.go +++ b/src/pkg/big/int_test.go @@ -94,9 +94,9 @@ func TestProdZZ(t *testing.T) { var facts = map[int]string{ - 0: "1", - 1: "1", - 2: "2", + 0: "1", + 1: "1", + 2: "2", 10: "3628800", 20: "2432902008176640000", 100: "933262154439441526816992388562667004907159682643816214685929" + |