mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-14 01:15:39 +02:00
Stop overloading virtualise defined at multiple levels
This commit is contained in:
@@ -168,9 +168,9 @@ namespace Catch {
|
||||
Ptr<TestRunNode> node = new TestRunNode( testRunStats );
|
||||
node->children.swap( m_testGroups );
|
||||
m_testRuns.push_back( node );
|
||||
testRunEnded();
|
||||
testRunEndedCumulative();
|
||||
}
|
||||
virtual void testRunEnded() = 0;
|
||||
virtual void testRunEndedCumulative() = 0;
|
||||
|
||||
Ptr<IConfig> m_config;
|
||||
std::ostream& stream;
|
||||
|
Reference in New Issue
Block a user