From 9c9b96f028bd354f3b2e0869960300fe3936a54d Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 20 Feb 2012 14:06:38 +1100 Subject: [PATCH] go/doc: update golden file to fix build R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5683046 --- src/pkg/go/doc/testdata/testing.1.golden | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.51.0