Reset the UnexpectedException report state

This commit is contained in:
Martin Hořeňovský 2017-04-03 11:48:50 +02:00
parent 95d85fb186
commit 6e091d3991
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ namespace Catch {
m_reporter->sectionStarting( testCaseSection );
Counts prevAssertions = m_totals.assertions;
double duration = 0;
m_shouldReportUnexpected = true;
try {
m_lastAssertionInfo = AssertionInfo( "TEST_CASE", testCaseInfo.lineInfo, std::string(), ResultDisposition::Normal );