Move files from internal/ up a level

This commit is contained in:
Martin Hořeňovský 2019-11-30 12:23:37 +01:00
parent 8e56b8b0ec
commit e1a43b5b0f
172 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include "catch_interfaces_runner.h"
namespace Catch {
IRunner::~IRunner() = default;
}