Skip to content

Commit

Permalink
net: update renamed test name in comment
Browse files Browse the repository at this point in the history
TestSelfConnect from CL 5650071 was renamed TestTCPSelfConnect in CL 21447.

Change-Id: I0de110dbe1da77bfba540a1b51c139f3bedae67f
Reviewed-on: https://go-review.googlesource.com/c/go/+/213437
Reviewed-by: Tobias Klauser <[email protected]>
  • Loading branch information
bradfitz committed Jan 6, 2020
1 parent 9d3d446 commit 0a61a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/dial_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func dialClosedPort(t *testing.T) (actual, expected time.Duration) {
}
addr := l.Addr().String()
l.Close()
// On OpenBSD, interference from TestSelfConnect is mysteriously
// On OpenBSD, interference from TestTCPSelfConnect is mysteriously
// causing the first attempt to hang for a few seconds, so we throw
// away the first result and keep the second.
for i := 1; ; i++ {
Expand Down

0 comments on commit 0a61a19

Please sign in to comment.