1 #include "catch_interfaces_runner.h"
2 
3 namespace Catch {
4     IRunner::~IRunner() = default;
5 }
6