summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_unix_filesystem.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/linux/socket_unix_filesystem.cc')
-rw-r--r--test/syscalls/linux/socket_unix_filesystem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/socket_unix_filesystem.cc b/test/syscalls/linux/socket_unix_filesystem.cc
index 6d7a0b659..6a67da75f 100644
--- a/test/syscalls/linux/socket_unix_filesystem.cc
+++ b/test/syscalls/linux/socket_unix_filesystem.cc
@@ -29,7 +29,7 @@ std::vector<SocketPairKind> GetSocketPairs() {
List<int>{0, SOCK_NONBLOCK}));
}
-INSTANTIATE_TEST_CASE_P(
+INSTANTIATE_TEST_SUITE_P(
AllUnixDomainSockets, UnixSocketPairTest,
::testing::ValuesIn(IncludeReversals(GetSocketPairs())));