diff options
Diffstat (limited to 'src/cmd/api/goapi_test.go')
-rw-r--r-- | src/cmd/api/goapi_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/api/goapi_test.go b/src/cmd/api/goapi_test.go index 6184e14477..1d2cc9ac82 100644 --- a/src/cmd/api/goapi_test.go +++ b/src/cmd/api/goapi_test.go @@ -115,7 +115,7 @@ func TestCompareAPI(t *testing.T) { out: "", }, { - // http://golang.org/issue/4303 + // https://golang.org/issue/4303 name: "contexts reconverging", required: []string{ "A", |