Googletest export

Internal changes.

PiperOrigin-RevId: 232953166
This commit is contained in:
Abseil Team 2019-02-07 18:07:32 -05:00 committed by Gennadiy Civil
parent 28a96d1834
commit 4f79e316ac

View File

@ -2394,7 +2394,8 @@ bool StaticAssertTypeEq() {
// EXPECT_EQ(a_.size(), 0);
// EXPECT_EQ(b_.size(), 1);
// }
//
// GOOGLETEST_CM0011 DO NOT DELETE
#define TEST_F(test_fixture, test_name)\
GTEST_TEST_(test_fixture, test_name, test_fixture, \
::testing::internal::GetTypeId<test_fixture>())