Googletest export

Update comment to suggest using SetUpTestSuite and TearDownTestSuite.

PiperOrigin-RevId: 334430329
This commit is contained in:
Abseil Team 2020-09-29 14:58:21 -04:00 committed by Andy Getz
parent a0cbbba131
commit 2ff8d94d0e

View File

@ -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() {}