Fix TCP test suite name

Rename the TCP AllSocketPairTest suite from AllUnixDomainSockets to
AllTCPSockets

PiperOrigin-RevId: 507776789
This commit is contained in:
Alex Konradi
2023-02-07 07:43:19 -08:00
committed by gVisor bot
parent d5eafb2875
commit 2b16029543
@@ -32,7 +32,7 @@ std::vector<SocketPairKind> GetSocketPairs() {
}
INSTANTIATE_TEST_SUITE_P(
AllUnixDomainSockets, AllSocketPairTest,
AllTCPSockets, AllSocketPairTest,
::testing::ValuesIn(IncludeReversals(GetSocketPairs())));
} // namespace