mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-16 02:05:38 +02:00
Stop overloading virtualise defined at multiple levels
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Catch {
|
||||
writeGroup( *m_testGroups.back(), suiteTime );
|
||||
}
|
||||
|
||||
virtual void testRunEnded() {
|
||||
virtual void testRunEndedCumulative() {
|
||||
xml.endElement();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user