From: Rob Pike Date: Mon, 20 Feb 2012 03:06:38 +0000 (+1100) Subject: go/doc: update golden file to fix build X-Git-Tag: weekly.2012-02-22~85 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9c9b96f028bd354f3b2e0869960300fe3936a54d;p=gostls13.git go/doc: update golden file to fix build R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5683046 --- diff --git a/src/pkg/go/doc/testdata/testing.1.golden b/src/pkg/go/doc/testdata/testing.1.golden index 1f92f8fe3e..d26a4685ca 100644 --- a/src/pkg/go/doc/testdata/testing.1.golden +++ b/src/pkg/go/doc/testdata/testing.1.golden @@ -27,7 +27,7 @@ VARIABLES // The short flag requests that tests run more quickly, but its functionality // is provided by test writers themselves. The testing package is just its // home. The all.bash installation script sets it to make installation more - // efficient, but by default the flag is off so a plain "gotest" will do a + // efficient, but by default the flag is off so a plain "go test" will do a // full test of the package. short = flag.Bool("test.short", false, "run smaller test suite to save time")