Commit 08a68b6f authored by misterg's avatar misterg Committed by Xiaoyi Zhang
Browse files

Googletest export

comment change

PiperOrigin-RevId: 251231524
parent 8ffb7e5c
...@@ -414,7 +414,7 @@ class GTEST_API_ Test { ...@@ -414,7 +414,7 @@ class GTEST_API_ Test {
// class. // class.
static void SetUpTestSuite() {} static void SetUpTestSuite() {}
// Tears down the stuff shared by all tests in this test case. // Tears down the stuff shared by all tests in this test suite.
// //
// Google Test will call Foo::TearDownTestSuite() after running the last // Google Test will call Foo::TearDownTestSuite() after running the last
// test in test case Foo. Hence a sub-class can define its own // test in test case Foo. Hence a sub-class can define its own
......
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