summaryrefslogtreecommitdiff
path: root/include/internal/catch_interfaces_testcase.cpp
blob: 35c3db0820a3126cce2edb655b71dfb40a33b920 (plain)
1
2
3
4
5
6
#include "internal/catch_interfaces_testcase.h"

namespace Catch {
    ITestInvoker::~ITestInvoker() = default;
    ITestCaseRegistry::~ITestCaseRegistry() = default;
}