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

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