diff options
author | Ian Gudger <igudger@google.com> | 2019-06-05 15:56:21 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-06-05 15:57:27 -0700 |
commit | c08fcaa364e917b19aad0f74a8e3a1c700d0bfcc (patch) | |
tree | 9795e2dc48e00e52659541d52f4c5fa2d7e81c06 /test/syscalls/linux/socket_ip_udp_loopback_blocking.cc | |
parent | 3b950344b3abb1676cd10bf8b455a3355cfcc78d (diff) |
Give test instantiations meaningful names.
PiperOrigin-RevId: 251737069
Diffstat (limited to 'test/syscalls/linux/socket_ip_udp_loopback_blocking.cc')
-rw-r--r-- | test/syscalls/linux/socket_ip_udp_loopback_blocking.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/socket_ip_udp_loopback_blocking.cc b/test/syscalls/linux/socket_ip_udp_loopback_blocking.cc index 1c3d1c0ad..1e259efa7 100644 --- a/test/syscalls/linux/socket_ip_udp_loopback_blocking.cc +++ b/test/syscalls/linux/socket_ip_udp_loopback_blocking.cc @@ -30,7 +30,7 @@ std::vector<SocketPairKind> GetSocketPairs() { } INSTANTIATE_TEST_SUITE_P( - AllUnixDomainSockets, BlockingNonStreamSocketPairTest, + BlockingUDPSockets, BlockingNonStreamSocketPairTest, ::testing::ValuesIn(IncludeReversals(GetSocketPairs()))); } // namespace testing |