"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "257df10ffea317273969a00860a59007c9d0e2dc"
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 {
// 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() {}
......
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