Commit 67344525 authored by ajnirp's avatar ajnirp Committed by Brad Fitzpatrick

testing: fix testing flags link

Fixed a broken link to a section in the documentation for the
test flags for the go command.

Change-Id: Ic4bdd4965aac7856dd13a2adda9d774b9bae4113
GitHub-Last-Rev: 15bda340674c268a92f43a2820eca50482940de1
GitHub-Pull-Request: golang/go#24613
Reviewed-on: https://go-review.googlesource.com/103835Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent fa3e9d27
......@@ -34,7 +34,7 @@
// its -bench flag is provided. Benchmarks are run sequentially.
//
// For a description of the testing flags, see
// https://golang.org/cmd/go/#hdr-Description_of_testing_flags.
// https://golang.org/cmd/go/#hdr-Testing_flags
//
// A sample benchmark function looks like this:
// func BenchmarkHello(b *testing.B) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment