| 1164 | |
| 1165 | #if GTEST_HAS_DEATH_TEST |
| 1166 | void InitDeathTestSubprocessControlInfo() { |
| 1167 | internal_run_death_test_flag_.reset(ParseInternalRunDeathTestFlag()); |
| 1168 | } |
| 1169 | // Returns a pointer to the parsed --gtest_internal_run_death_test |
| 1170 | // flag, or NULL if that flag was not specified. |
| 1171 | // This information is useful only in a death test child process. |
no test coverage detected