diff options
author | Abseil Team <absl-team@google.com> | 2019-02-07 23:07:32 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-02-12 18:20:20 (GMT) |
commit | 4f79e316acc9cd05ca20272e05e19585dae5f7b0 (patch) | |
tree | ad058de1a98c532940f6e06b9b0da238cddb9273 | |
parent | 28a96d1834dd4e973c9b95c07a1598a8aa9ac234 (diff) | |
download | googletest-4f79e316acc9cd05ca20272e05e19585dae5f7b0.zip googletest-4f79e316acc9cd05ca20272e05e19585dae5f7b0.tar.gz googletest-4f79e316acc9cd05ca20272e05e19585dae5f7b0.tar.bz2 |
Googletest export
Internal changes.
PiperOrigin-RevId: 232953166
-rw-r--r-- | googletest/include/gtest/gtest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h index beda83f..5046f7d 100644 --- a/googletest/include/gtest/gtest.h +++ b/googletest/include/gtest/gtest.h @@ -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>()) |