Report the error condition
| 10376 | namespace { |
| 10377 | // Report the error condition |
| 10378 | void reportFatal( char const * const message ) { |
| 10379 | Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); |
| 10380 | } |
| 10381 | } |
| 10382 | |
| 10383 | #endif // signals/SEH handling |
no test coverage detected