catch_interfaces_runner.cpp 93 B

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