| 13688 | stream << '\n'; |
| 13689 | } |
| 13690 | void ConsoleReporter::printSummaryDivider() { |
| 13691 | stream << getLineOfChars<'-'>() << '\n'; |
| 13692 | } |
| 13693 | |
| 13694 | CATCH_REGISTER_REPORTER("console", ConsoleReporter) |
| 13695 |
nothing calls this directly
no outgoing calls
no test coverage detected