This commit is contained in:
Martin Hořeňovský 2017-12-09 20:48:29 +01:00
parent a7a9ee5552
commit f466d9a1ed
3 changed files with 4 additions and 4 deletions

View file

@ -8,8 +8,9 @@
#ifndef TWOBLUECUBES_CATCH_ASSERTIONHANDLER_H_INCLUDED
#define TWOBLUECUBES_CATCH_ASSERTIONHANDLER_H_INCLUDED
#include "catch_decomposer.h"
#include "catch_assertioninfo.h"
#include "catch_decomposer.h"
#include "catch_interfaces_capture.h"
namespace Catch {
@ -54,7 +55,7 @@ namespace Catch {
ResultDisposition::Flags resultDisposition );
~AssertionHandler() {
if ( !m_completed ) {
m_resultCapture.handleIncomplete( m_assertionInfo )
m_resultCapture.handleIncomplete( m_assertionInfo );
}
}