mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix TCP test suite name
Rename the TCP AllSocketPairTest suite from AllUnixDomainSockets to AllTCPSockets PiperOrigin-RevId: 507776789
This commit is contained in:
@@ -32,7 +32,7 @@ std::vector<SocketPairKind> GetSocketPairs() {
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
AllUnixDomainSockets, AllSocketPairTest,
|
||||
AllTCPSockets, AllSocketPairTest,
|
||||
::testing::ValuesIn(IncludeReversals(GetSocketPairs())));
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user