summaryrefslogtreecommitdiff
path: root/libgo/go/net/hosts_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/net/hosts_test.go')
-rw-r--r--libgo/go/net/hosts_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/net/hosts_test.go b/libgo/go/net/hosts_test.go
index 5d6c9cfe190..f850e2fccfd 100644
--- a/libgo/go/net/hosts_test.go
+++ b/libgo/go/net/hosts_test.go
@@ -150,7 +150,7 @@ func testStaticAddr(t *testing.T, hostsPath string, ent staticHostEntry) {
func TestHostCacheModification(t *testing.T) {
// Ensure that programs can't modify the internals of the host cache.
- // See https://github.com/golang/go/issues/14212.
+ // See https://golang.org/issues/14212.
defer func(orig string) { testHookHostsPath = orig }(testHookHostsPath)
testHookHostsPath = "testdata/ipv4-hosts"