| 10885 | |
| 10886 | #ifdef CATCH_PLATFORM_MAC |
| 10887 | static const char* failedString() { return "FAILED"; } |
| 10888 | static const char* passedString() { return "PASSED"; } |
| 10889 | #else |
| 10890 | static const char* failedString() { return "failed"; } |
nothing calls this directly
no outgoing calls
no test coverage detected