1 #include "catch_interfaces_testcase.h"
2 
3 namespace Catch {
4     ITestInvoker::~ITestInvoker() = default;
5     ITestCaseRegistry::~ITestCaseRegistry() = default;
6 }
7