diff options
author | Tamir Duberstein <tamird@google.com> | 2019-04-29 11:32:48 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-04-29 11:34:16 -0700 |
commit | ac8fca1ef44ee5ceb1fa454d52f41178a4d66f79 (patch) | |
tree | 7f8f9582ccb73759eedf753f6d17f289b47847ac /test/syscalls/linux/bind.cc | |
parent | 2df64cd6d2c835ce5b37a8b9111d24ad382b5d3d (diff) |
Appease googletest deprecation
PiperOrigin-RevId: 245788366
Change-Id: I17bbecf8493132dbe95564c34c45b838194bfabb
Diffstat (limited to 'test/syscalls/linux/bind.cc')
-rw-r--r-- | test/syscalls/linux/bind.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/linux/bind.cc b/test/syscalls/linux/bind.cc index c16bd682e..f5aa9c500 100644 --- a/test/syscalls/linux/bind.cc +++ b/test/syscalls/linux/bind.cc @@ -126,7 +126,7 @@ TEST_P(AllSocketPairTest, Unbind) { ASSERT_THAT(close(sockets->release_second_fd()), SyscallSucceeds()); } -INSTANTIATE_TEST_CASE_P( +INSTANTIATE_TEST_SUITE_P( AllUnixDomainSockets, AllSocketPairTest, ::testing::ValuesIn(VecCat<SocketPairKind>( ApplyVec<SocketPairKind>( |