From 11be5f534cfca1139880dd66727c15f5bd1e0780 Mon Sep 17 00:00:00 2001 From: misterg Date: Mon, 5 Aug 2019 10:47:38 -0400 Subject: [PATCH] Googletest export Internal Change PiperOrigin-RevId: 261683482 --- googletest/include/gtest/gtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h index fbff73e6..db81359d 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;