diff options
author | misterg <misterg@google.com> | 2019-08-05 14:47:38 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-08-05 17:27:00 (GMT) |
commit | 11be5f534cfca1139880dd66727c15f5bd1e0780 (patch) | |
tree | cd50b0d886c092902dde2dc09c47603798b81bb4 /googletest/include | |
parent | 4e29e48840e611ecbef33d10960d7480d2e9034a (diff) | |
download | googletest-11be5f534cfca1139880dd66727c15f5bd1e0780.zip googletest-11be5f534cfca1139880dd66727c15f5bd1e0780.tar.gz googletest-11be5f534cfca1139880dd66727c15f5bd1e0780.tar.bz2 |
Googletest export
Internal Change
PiperOrigin-RevId: 261683482
Diffstat (limited to 'googletest/include')
-rw-r--r-- | googletest/include/gtest/gtest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h index fbff73e..db81359 100644 --- a/googletest/include/gtest/gtest.h +++ b/googletest/include/gtest/gtest.h @@ -1316,7 +1316,7 @@ class GTEST_API_ UnitTest { int failed_test_case_count() const; int total_test_case_count() const; int test_case_to_run_count() const; -#endif // EMOVE_LEGACY_TEST_CASEAPI +#endif // GTEST_REMOVE_LEGACY_TEST_CASEAPI_ // Gets the number of successful tests. int successful_test_count() const; |