From 08a68b6fb75b0f6ef70c76415bdc28dd8273ba30 Mon Sep 17 00:00:00 2001 From: misterg Date: Mon, 3 Jun 2019 10:55:26 -0400 Subject: [PATCH] Googletest export comment change PiperOrigin-RevId: 251231524 --- googletest/include/gtest/gtest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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