mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-16 02:49:32 +01:00
Builds almost completely cleanly with -WEverything in LLVM
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Catch {
|
||||
m_reporter->StartTesting();
|
||||
}
|
||||
|
||||
~Runner() {
|
||||
virtual ~Runner() {
|
||||
m_reporter->EndTesting( m_totals );
|
||||
m_context.setRunner( m_prevRunner );
|
||||
m_context.setConfig( NULL );
|
||||
|
||||
Reference in New Issue
Block a user