OSDN Git Service

Update to current Go testsuite.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / go.test / test / bench / shootout / pidigits.go
@@ -38,9 +38,9 @@ POSSIBILITY OF SUCH DAMAGE.
 package main
 
 import (
-       "big"
        "flag"
        "fmt"
+       "math/big"
 )
 
 var n = flag.Int("n", 27, "number of digits")