Commit 2ff8d94d authored by Abseil Team's avatar Abseil Team Committed by Andy Getz
Browse files

Googletest export

Update comment to suggest using SetUpTestSuite and TearDownTestSuite.

PiperOrigin-RevId: 334430329
parent a0cbbba1
...@@ -434,7 +434,8 @@ class GTEST_API_ Test { ...@@ -434,7 +434,8 @@ class GTEST_API_ Test {
// class. // class.
static void TearDownTestSuite() {} 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_ #ifndef GTEST_REMOVE_LEGACY_TEST_CASEAPI_
static void TearDownTestCase() {} static void TearDownTestCase() {}
static void SetUpTestCase() {} static void SetUpTestCase() {}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment