We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b304e commit 96574cfCopy full SHA for 96574cf
1 file changed
src/catch2/internal/catch_assertion_handler.cpp
@@ -27,7 +27,7 @@ namespace Catch {
27
: m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition },
28
m_resultCapture( static_cast<RunContext&>(getResultCapture()) )
29
{
30
- m_resultCapture.notifyAssertionStarted( m_assertionInfo );
+ //m_resultCapture.notifyAssertionStarted( m_assertionInfo );
31
}
32
33
void AssertionHandler::handleExpr( ITransientExpression const& expr ) {
0 commit comments