| 7963 | } |
| 7964 | |
| 7965 | ScopedMessage::~ScopedMessage() { |
| 7966 | if (!uncaught_exceptions()) { |
| 7967 | getResultCapture().popScopedMessage(m_info); |
| 7968 | } |
| 7969 | } |
| 7970 | } // end namespace Catch |
| 7971 | // end catch_message.cpp |
| 7972 | // start catch_output_redirect.cpp |
nothing calls this directly
no test coverage detected