aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/mallocrand.go
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/go.test/test/mallocrand.go')
-rw-r--r--gcc/testsuite/go.test/test/mallocrand.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/go.test/test/mallocrand.go b/gcc/testsuite/go.test/test/mallocrand.go
index f014b44..726e367 100644
--- a/gcc/testsuite/go.test/test/mallocrand.go
+++ b/gcc/testsuite/go.test/test/mallocrand.go
@@ -10,7 +10,7 @@ package main
import (
"flag"
- "rand"
+ "math/rand"
"runtime"
"unsafe"
)