Googletest export

comment change

PiperOrigin-RevId: 251231524
This commit is contained in:
misterg
2019-06-03 10:55:26 -04:00
committed by Xiaoyi Zhang
parent 8ffb7e5c88
commit 08a68b6fb7

View File

@@ -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