| 8606 | |
| 8607 | #ifdef CATCH_PLATFORM_MAC |
| 8608 | static const char* failedString() { return "FAILED"; } |
| 8609 | static const char* passedString() { return "PASSED"; } |
| 8610 | #else |
| 8611 | static const char* failedString() { return "failed"; } |
nothing calls this directly
no outgoing calls
no test coverage detected