summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-06-03 14:55:26 (GMT)
committerXiaoyi Zhang <zhangxy988@gmail.com>2019-06-05 15:52:33 (GMT)
commit08a68b6fb75b0f6ef70c76415bdc28dd8273ba30 (patch)
treef1d9535588cd096ef0d1d047995ef1ba54fe7f00 /googletest/include/gtest
parent8ffb7e5c88b20a297a2e786c480556467496463b (diff)
downloadgoogletest-08a68b6fb75b0f6ef70c76415bdc28dd8273ba30.zip
googletest-08a68b6fb75b0f6ef70c76415bdc28dd8273ba30.tar.gz
googletest-08a68b6fb75b0f6ef70c76415bdc28dd8273ba30.tar.bz2
Googletest export
comment change PiperOrigin-RevId: 251231524
Diffstat (limited to 'googletest/include/gtest')
-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 7382442..0cb5a2e 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