Catch2/src/catch2/catch_interfaces_runner.cpp
2019-12-02 12:04:55 +01:00

5 lines
100 B
C++

#include <catch2/catch_interfaces_runner.h>
namespace Catch {
IRunner::~IRunner() = default;
}