summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_unix_filesystem_nonblock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/linux/socket_unix_filesystem_nonblock.cc')
-rw-r--r--test/syscalls/linux/socket_unix_filesystem_nonblock.cc2
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())));