Commit 08a68b6f by misterg Committed by Xiaoyi Zhang

Googletest export

comment change PiperOrigin-RevId: 251231524
parent 8ffb7e5c
......@@ -414,7 +414,7 @@ class GTEST_API_ Test {
// class.
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
// 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