diff options
Diffstat (limited to 'test/syscalls/linux/socket_unix_filesystem_nonblock.cc')
-rw-r--r-- | test/syscalls/linux/socket_unix_filesystem_nonblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/socket_unix_filesystem_nonblock.cc b/test/syscalls/linux/socket_unix_filesystem_nonblock.cc index 84914e129..c13a1e564 100644 --- a/test/syscalls/linux/socket_unix_filesystem_nonblock.cc +++ b/test/syscalls/linux/socket_unix_filesystem_nonblock.cc @@ -29,7 +29,7 @@ std::vector<SocketPairKind> GetSocketPairs() { List<int>{SOCK_NONBLOCK})); } -INSTANTIATE_TEST_CASE_P( +INSTANTIATE_TEST_SUITE_P( AllUnixDomainSockets, NonBlockingSocketPairTest, ::testing::ValuesIn(IncludeReversals(GetSocketPairs()))); |