code merge, cleanups

This commit is contained in:
Gennadiy Civil
2018-01-09 22:46:17 -05:00
parent 2ad5661db2
commit d237297ceb
5 changed files with 59 additions and 20 deletions

View File

@@ -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