mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-18 16:12:11 +01:00
Builds almost completely cleanly with -WEverything in LLVM
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Catch {
|
||||
class TestCaseInfo;
|
||||
|
||||
struct IRunner {
|
||||
virtual ~IRunner() {}
|
||||
virtual ~IRunner();
|
||||
virtual void runAll( bool runHiddenTests = false ) = 0;
|
||||
virtual std::size_t runMatching( const std::string& rawTestSpec ) = 0;
|
||||
virtual Totals getTotals() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user