WhisperCom/libs/Catch2/include/internal/catch_interfaces_runner.cpp

6 lines
93 B
C++
Raw Normal View History

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