| 6505 | } |
| 6506 | |
| 6507 | const char* DeathTest::LastMessage() { |
| 6508 | return last_death_test_message_.c_str(); |
| 6509 | } |
| 6510 | |
| 6511 | void DeathTest::set_last_death_test_message(const String& message) { |
| 6512 | last_death_test_message_ = message; |
nothing calls this directly
no outgoing calls
no test coverage detected