Report the error condition
| 7310 | namespace { |
| 7311 | // Report the error condition |
| 7312 | void reportFatal( char const * const message ) { |
| 7313 | Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); |
| 7314 | } |
| 7315 | } |
| 7316 | |
| 7317 | #endif // signals/SEH handling |
no test coverage detected