]> Cypherpunks repositories - gostls13.git/commitdiff
go/doc: update golden file to fix build
authorRob Pike <r@golang.org>
Mon, 20 Feb 2012 03:06:38 +0000 (14:06 +1100)
committerRob Pike <r@golang.org>
Mon, 20 Feb 2012 03:06:38 +0000 (14:06 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5683046

src/pkg/go/doc/testdata/testing.1.golden

index 1f92f8fe3e1102589fcfe5cae5d54673a592eaf7..d26a4685ca03ea04f8e0d45f9c10de1c364eba52 100644 (file)
@@ -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")