mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-05 23:10:48 +00:00
5 lines
100 B
C++
5 lines
100 B
C++
#include <catch2/catch_interfaces_runner.h>
|
|
|
|
namespace Catch {
|
|
IRunner::~IRunner() = default;
|
|
}
|