diff options
Diffstat (limited to 'test/mallocrand.go')
-rw-r--r-- | test/mallocrand.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mallocrand.go b/test/mallocrand.go index f014b441b..726e36799 100644 --- a/test/mallocrand.go +++ b/test/mallocrand.go @@ -10,7 +10,7 @@ package main import ( "flag" - "rand" + "math/rand" "runtime" "unsafe" ) |