From e5013e89f14e9bc84e33178db095a4bb658eabd5 Mon Sep 17 00:00:00 2001 From: Mike Rosset Date: Tue, 21 Feb 2012 15:42:03 -0500 Subject: [PATCH] cmd/go: pass 2, remove reference to incomplete -file flag R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/5686058 --- src/cmd/go/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/go/test.go b/src/cmd/go/test.go index f2ddacfacd..57cdc7696a 100644 --- a/src/cmd/go/test.go +++ b/src/cmd/go/test.go @@ -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 `, -- 2.50.0