aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/catch2/interfaces/catch_interfaces_testcase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/catch2/interfaces/catch_interfaces_testcase.cpp')
-rw-r--r--src/catch2/interfaces/catch_interfaces_testcase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/catch2/interfaces/catch_interfaces_testcase.cpp b/src/catch2/interfaces/catch_interfaces_testcase.cpp
index 5e632ba8..a543116c 100644
--- a/src/catch2/interfaces/catch_interfaces_testcase.cpp
+++ b/src/catch2/interfaces/catch_interfaces_testcase.cpp
@@ -9,6 +9,5 @@
#include <catch2/interfaces/catch_interfaces_testcase.hpp>
namespace Catch {
- ITestInvoker::~ITestInvoker() = default;
ITestCaseRegistry::~ITestCaseRegistry() = default;
}