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:
Martin Hořeňovský
2017-04-04 11:31:13 +02:00
parent 9a07dde16d
commit cdd83c2e15
2 changed files with 6 additions and 7 deletions

View File

@@ -38,8 +38,7 @@ namespace Catch {
{}
ScopedMessage::~ScopedMessage() {
if (!std::uncaught_exception())
{
if ( !std::uncaught_exception() ){
getResultCapture().popScopedMessage(m_info);
}
}