aboutsummaryrefslogtreecommitdiff
path: root/test/ken
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-11-08 15:43:02 -0800
committerRob Pike <r@golang.org>2011-11-08 15:43:02 -0800
commitf9489bed72f43333e50346785b75feff4e646aae (patch)
tree5dab217cfac15c650628e9855fb6f7c8dab0b661 /test/ken
parent45e3bcb34389808232f61899936731ebacb778ef (diff)
downloadgo-f9489bed72f43333e50346785b75feff4e646aae.tar.gz
go-f9489bed72f43333e50346785b75feff4e646aae.zip
renaming_4: gofix -r everything/but/src/pkg
R=rsc CC=golang-dev https://golang.org/cl/5338043
Diffstat (limited to 'test/ken')
-rw-r--r--test/ken/divconst.go2
-rw-r--r--test/ken/modconst.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ken/divconst.go b/test/ken/divconst.go
index c3b9092cdc..5a64d16b49 100644
--- a/test/ken/divconst.go
+++ b/test/ken/divconst.go
@@ -6,7 +6,7 @@
package main
-import "rand"
+import "math/rand"
const Count = 1e5
diff --git a/test/ken/modconst.go b/test/ken/modconst.go
index acb8831ef7..c2603a0a09 100644
--- a/test/ken/modconst.go
+++ b/test/ken/modconst.go
@@ -6,7 +6,7 @@
package main
-import "rand"
+import "math/rand"
const Count = 1e5