diff options
author | Gennadiy Civil <misterg@google.com> | 2018-01-10 03:46:17 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-01-10 03:46:17 (GMT) |
commit | d237297cebc10c8d3d5f28498c8ef83902221de8 (patch) | |
tree | 6d0bbcca5fb869b50b283535b92a7762fc8be975 /googletest/include/gtest | |
parent | 2ad5661db2ac8e1edd13592274c64b13ca243776 (diff) | |
download | googletest-d237297cebc10c8d3d5f28498c8ef83902221de8.zip googletest-d237297cebc10c8d3d5f28498c8ef83902221de8.tar.gz googletest-d237297cebc10c8d3d5f28498c8ef83902221de8.tar.bz2 |
code merge, cleanups
Diffstat (limited to 'googletest/include/gtest')
-rw-r--r-- | googletest/include/gtest/gtest-death-test.h | 2 |
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 |