aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-06-03 10:55:26 -0400
committerXiaoyi Zhang <zhangxy988@gmail.com>2019-06-05 11:52:33 -0400
commit08a68b6fb75b0f6ef70c76415bdc28dd8273ba30 (patch)
treef1d9535588cd096ef0d1d047995ef1ba54fe7f00
parent8ffb7e5c88b20a297a2e786c480556467496463b (diff)
downloadgoogletest-08a68b6fb75b0f6ef70c76415bdc28dd8273ba30.tar.gz
googletest-08a68b6fb75b0f6ef70c76415bdc28dd8273ba30.tar.bz2
googletest-08a68b6fb75b0f6ef70c76415bdc28dd8273ba30.zip
Googletest export
comment change PiperOrigin-RevId: 251231524
-rw-r--r--googletest/include/gtest/gtest.h2
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