diff options
Diffstat (limited to 'misc/cgo/test/issue7234_test.go')
-rw-r--r-- | misc/cgo/test/issue7234_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cgo/test/issue7234_test.go b/misc/cgo/test/issue7234_test.go index 604dfad4ba..a020b6a724 100644 --- a/misc/cgo/test/issue7234_test.go +++ b/misc/cgo/test/issue7234_test.go @@ -7,7 +7,7 @@ package cgotest import "testing" // This test actually doesn't have anything to do with cgo. It is a -// test of http://golang.org/issue/7234, a compiler/linker bug in +// test of https://golang.org/issue/7234, a compiler/linker bug in // handling string constants when using -linkmode=external. The test // is in this directory because we routinely test -linkmode=external // here. |