mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-14 17:35:39 +02:00
Removed assertionRun() and rolled its logic into assertionPassed() and assertionEnded()
This commit is contained in:
@@ -133,9 +133,7 @@ namespace Catch {
|
||||
|
||||
bool lastAssertionPassed() override;
|
||||
|
||||
void assertionPassed() override; // devirt
|
||||
|
||||
void assertionRun() override; // devirt
|
||||
void assertionPassed() override;
|
||||
|
||||
public:
|
||||
// !TBD We need to do this another way!
|
||||
|
Reference in New Issue
Block a user