summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/gtest-death-test.h
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-01-10 03:46:17 (GMT)
committerGennadiy Civil <misterg@google.com>2018-01-10 03:46:17 (GMT)
commitd237297cebc10c8d3d5f28498c8ef83902221de8 (patch)
tree6d0bbcca5fb869b50b283535b92a7762fc8be975 /googletest/include/gtest/gtest-death-test.h
parent2ad5661db2ac8e1edd13592274c64b13ca243776 (diff)
downloadgoogletest-d237297cebc10c8d3d5f28498c8ef83902221de8.zip
googletest-d237297cebc10c8d3d5f28498c8ef83902221de8.tar.gz
googletest-d237297cebc10c8d3d5f28498c8ef83902221de8.tar.bz2
code merge, cleanups
Diffstat (limited to 'googletest/include/gtest/gtest-death-test.h')
-rw-r--r--googletest/include/gtest/gtest-death-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-death-test.h b/googletest/include/gtest/gtest-death-test.h
index 2003439..6a216bc 100644
--- a/googletest/include/gtest/gtest-death-test.h
+++ b/googletest/include/gtest/gtest-death-test.h
@@ -102,7 +102,7 @@ GTEST_API_ bool InDeathTestChild();
// On POSIX-compliant systems (*nix), we use the <regex.h> library,
// which uses the POSIX extended regex syntax.
//
-// On other platforms (e.g. Windows), we only support a simple regex
+// On other platforms (e.g. Windows or Mac), we only support a simple regex
// syntax implemented as part of Google Test. This limited
// implementation should be enough most of the time when writing
// death tests; though it lacks many features you can find in PCRE