commit | 45e3bcb34389808232f61899936731ebacb778ef | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Nov 08 15:41:54 2011 -0800 |
committer | Rob Pike <r@golang.org> | Tue Nov 08 15:41:54 2011 -0800 |
tree | b5f62f645f0a9bfc65ba292a21e958641efad4f4 | |
parent | 30aa701fec9fad07180ca45958cf552b193a4d3a [diff] [blame] |
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* R=rsc CC=golang-dev https://golang.org/cl/5345045
diff --git a/src/pkg/runtime/softfloat64_test.go b/src/pkg/runtime/softfloat64_test.go index fb7f3d3..df63010 100644 --- a/src/pkg/runtime/softfloat64_test.go +++ b/src/pkg/runtime/softfloat64_test.go
@@ -6,7 +6,7 @@ import ( "math" - "rand" + "math/rand" . "runtime" "testing" )