Skip to content

Commit abe61fd

Browse files
committed
fix:delete trailing whitespace
1 parent 1b7e32d commit abe61fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/cmd/go/internal/test/test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ elapsed time in the summary line.
119119
The rule for a match in the cache is that the run involves the same
120120
test binary and the flags on the command line come entirely from a
121121
restricted set of 'cacheable' test flags, defined as -benchtime, -cpu,
122-
-list, -parallel, -run, -short, -timeout, -failfast, and -v.
123-
If a run of go test has any test or non-test flags outside this set,
124-
the result is not cached. To disable test caching, use any test flag
122+
-list, -parallel, -run, -short, -timeout, -failfast, and -v.
123+
If a run of go test has any test or non-test flags outside this set,
124+
the result is not cached. To disable test caching, use any test flag
125125
or argument other than the cacheable flags. The idiomatic way to disable
126126
test caching explicitly is to use -count=1. Tests that open files within
127-
the package's source root (usually $GOPATH) or that consult environment
127+
the package's source root (usually $GOPATH) or that consult environment
128128
variables only match future runs in which the files and environment
129-
variables are unchanged. A cached test result is treated as executing
129+
variables are unchanged. A cached test result is treated as executing
130130
in no time at all,so a successful package test result will be cached and
131131
reused regardless of -timeout setting.
132132

0 commit comments

Comments
 (0)