Files

6 lines
102 B
C++
Raw Permalink Normal View History

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