| 8173 | } |
| 8174 | |
| 8175 | ScopedMessage::~ScopedMessage() { |
| 8176 | if ( !uncaught_exceptions() ){ |
| 8177 | getResultCapture().popScopedMessage(m_info); |
| 8178 | } |
| 8179 | } |
| 8180 | } // end namespace Catch |
| 8181 | // end catch_message.cpp |
| 8182 | // start catch_random_number_generator.cpp |
nothing calls this directly
no test coverage detected