]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: pass 2, remove reference to incomplete -file flag
authorMike Rosset <mike.rosset@gmail.com>
Tue, 21 Feb 2012 20:42:03 +0000 (15:42 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 21 Feb 2012 20:42:03 +0000 (15:42 -0500)
R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/5686058

src/cmd/go/test.go

index f2ddacfacdec91811fd8cafcffde0917de4984cd..57cdc7696ad593ce33d1bf00071e0c0a35485ba8 100644 (file)
@@ -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
        `,