summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-14 15:47:13 (GMT)
committerGitHub <noreply@github.com>2018-08-14 15:47:13 (GMT)
commit2421eff9f780729b14b1d0132bb037e36c7c0e2e (patch)
treece6e90c822efe2fb0e8262caf950a748525832b0 /googletest/include/gtest/internal/gtest-port.h
parent24786cb498231a441fc8f50400272b8868d3610d (diff)
parent17714d65e158713c418da7b8de6ea9a6875edd1e (diff)
downloadgoogletest-2421eff9f780729b14b1d0132bb037e36c7c0e2e.zip
googletest-2421eff9f780729b14b1d0132bb037e36c7c0e2e.tar.gz
googletest-2421eff9f780729b14b1d0132bb037e36c7c0e2e.tar.bz2
Merge branch 'master' into deprecaterefs/pull/1665/head
Diffstat (limited to 'googletest/include/gtest/internal/gtest-port.h')
-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 db5f1cd..9afa1ff 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: