From: Abseil Team Date: Tue, 29 Sep 2020 18:58:21 +0000 (-0400) Subject: Googletest export X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2ff8d94d0ecb2fd69e6173b94324fbad4db43123;p=googletest.git Googletest export Update comment to suggest using SetUpTestSuite and TearDownTestSuite. PiperOrigin-RevId: 334430329 --- diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h index a0942b4..b3d4041 100644 --- a/googletest/include/gtest/gtest.h +++ b/googletest/include/gtest/gtest.h @@ -434,7 +434,8 @@ class GTEST_API_ Test { // class. static void TearDownTestSuite() {} - // Legacy API is deprecated but still available + // Legacy API is deprecated but still available. Use SetUpTestSuite and + // TearDownTestSuite instead. #ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_ static void TearDownTestCase() {} static void SetUpTestCase() {}