mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Fmt and tag fixup for #876
Github wouldn't let me push to the PR, probably because it was made from fork of a fork...
This commit is contained in:
@@ -38,8 +38,7 @@ namespace Catch {
|
||||
{}
|
||||
|
||||
ScopedMessage::~ScopedMessage() {
|
||||
if (!std::uncaught_exception())
|
||||
{
|
||||
if ( !std::uncaught_exception() ){
|
||||
getResultCapture().popScopedMessage(m_info);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user