summaryrefslogtreecommitdiff
path: root/src/pkg/net/http/z_last_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/net/http/z_last_test.go')
-rw-r--r--src/pkg/net/http/z_last_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/net/http/z_last_test.go b/src/pkg/net/http/z_last_test.go
index bf5e3f188..2161db736 100644
--- a/src/pkg/net/http/z_last_test.go
+++ b/src/pkg/net/http/z_last_test.go
@@ -76,6 +76,7 @@ func afterTest(t *testing.T) {
"created by net/http/httptest.(*Server).Start": "an httptest.Server",
"timeoutHandler": "a TimeoutHandler",
"net.(*netFD).connect(": "a timing out dial",
+ ").noteClientGone(": "a closenotifier sender",
}
var stacks string
for i := 0; i < 4; i++ {