mirror of https://github.com/golang/go.git
cmd/go: pass 2, remove reference to incomplete -file flag
R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/5686058
This commit is contained in:
parent
7507f3f257
commit
e5013e89f1
|
|
@ -142,7 +142,7 @@ here are passed through unaltered. For instance, the command
|
|||
|
||||
go test -x -v -cpuprofile=prof.out -dir=testdata -update
|
||||
|
||||
will compile the test binary using x_test.go and then run it as
|
||||
will compile the test binary and then run it as
|
||||
|
||||
pkg.test -test.v -test.cpuprofile=prof.out -dir=testdata -update
|
||||
`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue