| 12765 | } |
| 12766 | duration = timer.getElapsedSeconds(); |
| 12767 | } CATCH_CATCH_ANON (TestFailureException&) { |
| 12768 | // This just means the test was aborted due to failure |
| 12769 | } CATCH_CATCH_ALL { |
| 12770 | // Under CATCH_CONFIG_FAST_COMPILE, unexpected exceptions under REQUIRE assertions |
| 12771 | // are reported without translation at the point of origin. |
| 12772 | if( m_shouldReportUnexpected ) { |
nothing calls this directly
no outgoing calls
no test coverage detected