Skip to content

Commit 96574cf

Browse files
committed
Best-case for inlining reportAssertionStarting
1 parent d3b304e commit 96574cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/catch2/internal/catch_assertion_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace Catch {
2727
: m_assertionInfo{ macroName, lineInfo, capturedExpression, resultDisposition },
2828
m_resultCapture( static_cast<RunContext&>(getResultCapture()) )
2929
{
30-
m_resultCapture.notifyAssertionStarted( m_assertionInfo );
30+
//m_resultCapture.notifyAssertionStarted( m_assertionInfo );
3131
}
3232

3333
void AssertionHandler::handleExpr( ITransientExpression const& expr ) {

0 commit comments

Comments
 (0)