diff options
author | Gennadiy Civil <misterg@google.com> | 2018-08-08 14:41:21 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-08-08 14:41:21 -0400 |
commit | 0eeb1afcac5b4ef484533a695eb499c6f8ec9261 (patch) | |
tree | ab9af151faa99071d3e24e95707c1a394fe020b0 | |
parent | 61799bd5002bf0271b9fff6a28b8d0e9288acb00 (diff) | |
download | googletest-0eeb1afcac5b4ef484533a695eb499c6f8ec9261.tar.gz googletest-0eeb1afcac5b4ef484533a695eb499c6f8ec9261.tar.bz2 googletest-0eeb1afcac5b4ef484533a695eb499c6f8ec9261.zip |
code management changes, no functionalty changes
-rw-r--r-- | googletest/include/gtest/gtest-death-test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/googletest/include/gtest/gtest-death-test.h b/googletest/include/gtest/gtest-death-test.h index 8add8c0b..59795e37 100644 --- a/googletest/include/gtest/gtest-death-test.h +++ b/googletest/include/gtest/gtest-death-test.h @@ -100,6 +100,7 @@ GTEST_API_ bool InDeathTestChild(); // // On the regular expressions used in death tests: // +// GOOGLETEST_CM0005 DO NOT DELETE // On POSIX-compliant systems (*nix), we use the <regex.h> library, // which uses the POSIX extended regex syntax. // @@ -202,6 +203,7 @@ class GTEST_API_ ExitedWithCode { # if !GTEST_OS_WINDOWS && !GTEST_OS_FUCHSIA // Tests that an exit code describes an exit due to termination by a // given signal. +// GOOGLETEST_CM0006 DO NOT DELETE class GTEST_API_ KilledBySignal { public: explicit KilledBySignal(int signum); |