diff options
Diffstat (limited to 'test/syscalls/linux/accept_bind_stream.cc')
-rw-r--r-- | test/syscalls/linux/accept_bind_stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/accept_bind_stream.cc b/test/syscalls/linux/accept_bind_stream.cc index 8e6ef2bca..1501e526e 100644 --- a/test/syscalls/linux/accept_bind_stream.cc +++ b/test/syscalls/linux/accept_bind_stream.cc @@ -73,7 +73,7 @@ TEST_P(AllSocketPairTest, BoundSenderAddrCoalesced) { 0); } -INSTANTIATE_TEST_CASE_P( +INSTANTIATE_TEST_SUITE_P( AllUnixDomainSockets, AllSocketPairTest, ::testing::ValuesIn(VecCat<SocketPairKind>( ApplyVec<SocketPairKind>(FilesystemUnboundUnixDomainSocketPair, |