summaryrefslogtreecommitdiff
path: root/include/internal/catch_interfaces_runner.cpp
blob: 8d419a1447cd29e401ad9dabf3515ffa3871e196 (plain)
1
2
3
4
5
#include "catch_interfaces_runner.h"

namespace Catch {
    IRunner::~IRunner() = default;
}