From c08fcaa364e917b19aad0f74a8e3a1c700d0bfcc Mon Sep 17 00:00:00 2001 From: Ian Gudger Date: Wed, 5 Jun 2019 15:56:21 -0700 Subject: Give test instantiations meaningful names. PiperOrigin-RevId: 251737069 --- test/syscalls/linux/socket_ip_tcp_generic_loopback.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/syscalls/linux/socket_ip_tcp_generic_loopback.cc') diff --git a/test/syscalls/linux/socket_ip_tcp_generic_loopback.cc b/test/syscalls/linux/socket_ip_tcp_generic_loopback.cc index 2c6ae17bf..0dc274e2d 100644 --- a/test/syscalls/linux/socket_ip_tcp_generic_loopback.cc +++ b/test/syscalls/linux/socket_ip_tcp_generic_loopback.cc @@ -35,7 +35,7 @@ std::vector GetSocketPairs() { } INSTANTIATE_TEST_SUITE_P( - AllUnixDomainSockets, TCPSocketPairTest, + AllTCPSockets, TCPSocketPairTest, ::testing::ValuesIn(IncludeReversals(GetSocketPairs()))); } // namespace testing -- cgit v1.2.3