summaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-09 16:21:49 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-09 16:21:49 (GMT)
commit4d9411467dafe438a4ef04befed5ae3ae14f931a (patch)
treee20cd1c407894f239c73d1359882a08bae4e7a06 /googletest/include
parent7a79459a663ce98a31fdbb14dea9a750bc285885 (diff)
downloadgoogletest-4d9411467dafe438a4ef04befed5ae3ae14f931a.zip
googletest-4d9411467dafe438a4ef04befed5ae3ae14f931a.tar.gz
googletest-4d9411467dafe438a4ef04befed5ae3ae14f931a.tar.bz2
code management comments, [ci-skip], no functionality changes
Diffstat (limited to 'googletest/include')
-rw-r--r--googletest/include/gtest/internal/gtest-port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/googletest/include/gtest/internal/gtest-port.h b/googletest/include/gtest/internal/gtest-port.h
index 0a25ef3..6fc9a80 100644
--- a/googletest/include/gtest/internal/gtest-port.h
+++ b/googletest/include/gtest/internal/gtest-port.h
@@ -180,6 +180,7 @@
// GTEST_HAS_TYPED_TEST - typed tests
// GTEST_HAS_TYPED_TEST_P - type-parameterized tests
// GTEST_IS_THREADSAFE - Google Test is thread-safe.
+// GOOGLETEST_CM0007 DO NOT DELETE
// GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with
// GTEST_HAS_POSIX_RE (see above) which users can
// define themselves.
@@ -231,6 +232,7 @@
// Regular expressions:
// RE - a simple regular expression class using the POSIX
// Extended Regular Expression syntax on UNIX-like platforms
+// GOOGLETEST_CM0008 DO NOT DELETE
// or a reduced regular exception syntax on other
// platforms, including Windows.
// Logging: