1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-28 19:53:52 +00:00
Catch2/src/catch_interfaces_runner.cpp
2019-11-30 12:23:37 +01:00

6 lines
93 B
C++

#include "catch_interfaces_runner.h"
namespace Catch {
IRunner::~IRunner() = default;
}