Report the error condition
| 8674 | namespace { |
| 8675 | // Report the error condition |
| 8676 | void reportFatal( char const * const message ) { |
| 8677 | Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); |
| 8678 | } |
| 8679 | } |
| 8680 | |
| 8681 | #endif // signals/SEH handling |
no test coverage detected