diff options
author | misterg <misterg@google.com> | 2019-06-03 10:55:26 -0400 |
---|---|---|
committer | Xiaoyi Zhang <zhangxy988@gmail.com> | 2019-06-05 11:52:33 -0400 |
commit | 08a68b6fb75b0f6ef70c76415bdc28dd8273ba30 (patch) | |
tree | f1d9535588cd096ef0d1d047995ef1ba54fe7f00 | |
parent | 8ffb7e5c88b20a297a2e786c480556467496463b (diff) | |
download | googletest-08a68b6fb75b0f6ef70c76415bdc28dd8273ba30.tar.gz googletest-08a68b6fb75b0f6ef70c76415bdc28dd8273ba30.tar.bz2 googletest-08a68b6fb75b0f6ef70c76415bdc28dd8273ba30.zip |
Googletest export
comment change
PiperOrigin-RevId: 251231524
-rw-r--r-- | googletest/include/gtest/gtest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h index 73824428..0cb5a2e7 100644 --- a/googletest/include/gtest/gtest.h +++ b/googletest/include/gtest/gtest.h @@ -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 |