| 7981 | } |
| 7982 | |
| 7983 | const char* DeathTest::LastMessage() { |
| 7984 | return last_death_test_message_.c_str(); |
| 7985 | } |
| 7986 | |
| 7987 | void DeathTest::set_last_death_test_message(const std::string& message) { |
| 7988 | last_death_test_message_ = message; |
nothing calls this directly
no outgoing calls
no test coverage detected