mirror of
https://github.com/golang/go
synced 2024-11-21 23:34:42 -07:00
go/doc: update golden file to fix build
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5683046
This commit is contained in:
parent
d6f8c751de
commit
9c9b96f028
2
src/pkg/go/doc/testdata/testing.1.golden
vendored
2
src/pkg/go/doc/testdata/testing.1.golden
vendored
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user