From 6734452554f639c63055e8e233a6bc1d2076c3ed Mon Sep 17 00:00:00 2001 From: ajnirp Date: Fri, 30 Mar 2018 23:21:50 +0000 Subject: [PATCH] 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/103835 Reviewed-by: Brad Fitzpatrick --- src/testing/testing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/testing.go b/src/testing/testing.go index edee89c999..686e77029a 100644 --- a/src/testing/testing.go +++ b/src/testing/testing.go @@ -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) { -- 2.50.0