mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 19:05:40 +02:00
Refactored most handle() calls to more specific/ descriptive calls
This commit is contained in:
@@ -302,7 +302,7 @@ namespace Catch {
|
||||
m_lastAssertionInfo.lineInfo,
|
||||
m_lastAssertionInfo.capturedExpression,
|
||||
m_lastAssertionInfo.resultDisposition );
|
||||
handler.useActiveException();
|
||||
handler.handleUnexpectedInflightException();
|
||||
handler.setCompleted();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user