summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_test_utils.py
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-05-23 15:03:31 (GMT)
committerGennadiy Civil <misterg@google.com>2018-05-23 15:03:31 (GMT)
commit28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c (patch)
tree4a2d3a55fe9a6117f12922522adc91057226c437 /googletest/test/gtest_test_utils.py
parent145d05750b15324899473340c8dd5af50d125d33 (diff)
downloadgoogletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.zip
googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.tar.gz
googletest-28c91e2cea88ee6ddc0e0dc6ca18b8e86f85d80c.tar.bz2
Formatting changes refs/pull/1607/head
Diffstat (limited to 'googletest/test/gtest_test_utils.py')
-rwxr-xr-xgoogletest/test/gtest_test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest_test_utils.py b/googletest/test/gtest_test_utils.py
index 7c48933..d7fc099 100755
--- a/googletest/test/gtest_test_utils.py
+++ b/googletest/test/gtest_test_utils.py
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-"""Unit test utilities for Google C++ Testing Framework."""
+"""Unit test utilities for Google C++ Testing and Mocking Framework."""
# Suppresses the 'Import not at the top of the file' lint complaint.
# pylint: disable-msg=C6204