mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-06 15:30:51 +00:00
Refactored most handle() calls to more specific/ descriptive calls
This commit is contained in:
parent
2800adba25
commit
db44964e27
6 changed files with 54 additions and 29 deletions
|
@ -302,7 +302,7 @@ namespace Catch {
|
|||
m_lastAssertionInfo.lineInfo,
|
||||
m_lastAssertionInfo.capturedExpression,
|
||||
m_lastAssertionInfo.resultDisposition );
|
||||
handler.useActiveException();
|
||||
handler.handleUnexpectedInflightException();
|
||||
handler.setCompleted();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue