OSDN Git Service

Merge remote-tracking branch 'gnu/gcc-4_7-branch' into rework
[pf3gnuchains/gcc-fork.git] / libgo / go / runtime / softfloat64_test.go
index fb7f3d3..df63010 100644 (file)
@@ -6,7 +6,7 @@ package runtime_test
 
 import (
        "math"
-       "rand"
+       "math/rand"
        . "runtime"
        "testing"
 )