summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-07-26 17:04:53 (GMT)
committerGitHub <noreply@github.com>2018-07-26 17:04:53 (GMT)
commit6cacb41935a38069d85971c9193d4b7cca2681a3 (patch)
tree00e5db2f87f90b9743c23b35af9278476ce08ed7 /googletest/include/gtest/internal
parentfd4f7cc7299e8fde91d45ba6685fbd99698814e0 (diff)
parent40904f897048f26c7af0b199e31f8385c446fcf9 (diff)
downloadgoogletest-6cacb41935a38069d85971c9193d4b7cca2681a3.zip
googletest-6cacb41935a38069d85971c9193d4b7cca2681a3.tar.gz
googletest-6cacb41935a38069d85971c9193d4b7cca2681a3.tar.bz2
Merge branch 'master' into deprecate
Diffstat (limited to 'googletest/include/gtest/internal')
-rw-r--r--googletest/include/gtest/internal/gtest-string.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/googletest/include/gtest/internal/gtest-string.h b/googletest/include/gtest/internal/gtest-string.h
index 71eb840..64da26c 100644
--- a/googletest/include/gtest/internal/gtest-string.h
+++ b/googletest/include/gtest/internal/gtest-string.h
@@ -34,8 +34,7 @@
// Google Test. They are subject to change without notice. They should not used
// by code external to Google Test.
//
-// This header file is #included by
-// gtest/internal/gtest-internal.h.
+// This header file is #included by gtest-internal.h.
// It should not be #included by other files.
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_