Files
Catch2/include/internal/catch_interfaces_testcase.cpp
T

7 lines
169 B
C++
Raw Normal View History

2017-09-07 16:51:33 +02:00
#include "internal/catch_interfaces_testcase.h"
namespace Catch {
ITestInvoker::~ITestInvoker() = default;
ITestCaseRegistry::~ITestCaseRegistry() = default;
}