Integrated new AssertionHandler into unexpected exception handling in RunContext

This commit is contained in:
Phil Nash
2017-08-09 08:49:59 +01:00
parent 201028d6ec
commit 7df290dfc1
2 changed files with 5 additions and 10 deletions

View File

@@ -103,8 +103,6 @@ namespace Catch {
private:
ResultBuilder makeUnexpectedResultBuilder() const;
void handleUnfinishedSections();
TestRunInfo m_runInfo;