Squashed 'libs/Catch2/' content from commit 182c910b
git-subtree-dir: libs/Catch2 git-subtree-split: 182c910b4b63ff587a3440e08f84f70497e49a81
This commit is contained in:
6
include/internal/catch_interfaces_testcase.cpp
Normal file
6
include/internal/catch_interfaces_testcase.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "catch_interfaces_testcase.h"
|
||||
|
||||
namespace Catch {
|
||||
ITestInvoker::~ITestInvoker() = default;
|
||||
ITestCaseRegistry::~ITestCaseRegistry() = default;
|
||||
}
|
||||
Reference in New Issue
Block a user