mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-07 07:51:00 +00:00
Collapsed alternate capture macros now originals are redundant
This commit is contained in:
parent
8d21b4a916
commit
b59e0ed48a
3 changed files with 14 additions and 26 deletions
|
@ -125,10 +125,6 @@ namespace Catch {
|
|||
throw Catch::TestFailureException();
|
||||
}
|
||||
|
||||
void AssertionHandler::useActiveException( ResultDisposition::Flags resultDisposition ) {
|
||||
m_assertionInfo.resultDisposition = resultDisposition;
|
||||
useActiveException();
|
||||
}
|
||||
void AssertionHandler::useActiveException() {
|
||||
handle( ResultWas::ThrewException, Catch::translateActiveException().c_str() );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue