]> Cypherpunks repositories - gostls13.git/commit
net: mark withTCPConnPair as test helper
authorTobias Klauser <tklauser@distanz.ch>
Mon, 5 Sep 2022 13:38:57 +0000 (15:38 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 6 Sep 2022 16:59:58 +0000 (16:59 +0000)
commite1e88d636badf57a66a573dd9f8c990df3573950
treeff5cade314959dd7b28ed33a5056c3b44346c74b
parentb71ca76065823af0908ff469f603c0b38a7c4177
net: mark withTCPConnPair as test helper

Noticed while analyzing test failures on go.dev/cl/427714 that were
pointing to withTCPConnPair instead of the failing tests.

Change-Id: Ie2366962c2253e0c2a6546d3b7f43a96390bc7bb
Reviewed-on: https://go-review.googlesource.com/c/go/+/428456
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
src/net/net_test.go