summaryrefslogtreecommitdiff
path: root/libgo/go/math/rand/race_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/math/rand/race_test.go')
-rw-r--r--libgo/go/math/rand/race_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/go/math/rand/race_test.go b/libgo/go/math/rand/race_test.go
index 48f6c290b98..186c7169d82 100644
--- a/libgo/go/math/rand/race_test.go
+++ b/libgo/go/math/rand/race_test.go
@@ -33,6 +33,7 @@ func TestConcurrent(t *testing.T) {
seed += int64(Int63n(Int63()))
seed += int64(NormFloat64())
seed += int64(Uint32())
+ seed += int64(Uint64())
for _, p := range Perm(10) {
seed += int64(p)
}