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