aboutsummaryrefslogtreecommitdiff
path: root/test/googletest/include/gtest/internal/gtest-string.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-24 20:45:54 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-24 20:45:54 +0100
commit0afadbf9629345d571409c2ea3c25a6cd9cce14e (patch)
treead22e3659a33c951f3ba3f5533c3ac657270eec6 /test/googletest/include/gtest/internal/gtest-string.h
parent3e37b354194b4d42acd247c32ca97e45ac40af1e (diff)
downloadPROJ-0afadbf9629345d571409c2ea3c25a6cd9cce14e.tar.gz
PROJ-0afadbf9629345d571409c2ea3c25a6cd9cce14e.zip
Update internal version of googletest to v1.8.1
This is already what is used by cmake builds
Diffstat (limited to 'test/googletest/include/gtest/internal/gtest-string.h')
-rw-r--r--test/googletest/include/gtest/internal/gtest-string.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/googletest/include/gtest/internal/gtest-string.h b/test/googletest/include/gtest/internal/gtest-string.h
index 97f1a7fd..4c9b6262 100644
--- a/test/googletest/include/gtest/internal/gtest-string.h
+++ b/test/googletest/include/gtest/internal/gtest-string.h
@@ -27,17 +27,17 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
-// Authors: wan@google.com (Zhanyong Wan), eefacm@gmail.com (Sean Mcafee)
-//
-// The Google C++ Testing Framework (Google Test)
+// The Google C++ Testing and Mocking Framework (Google Test)
//
// This header file declares the String class and functions used internally by
// 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.
+// GOOGLETEST_CM0001 DO NOT DELETE
+
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_
#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_STRING_H_