Files
Catch2/include/internal/catch_interfaces_testcase.cpp
T

7 lines
160 B
C++
Raw Normal View History

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