Report the error condition
| 8448 | namespace { |
| 8449 | // Report the error condition |
| 8450 | void reportFatal( char const * const message ) { |
| 8451 | Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); |
| 8452 | } |
| 8453 | } |
| 8454 | |
| 8455 | #endif // signals/SEH handling |
no test coverage detected