Files
KubeControl/libs/Catch2/include/internal/catch_interfaces_capture.cpp
2023-08-05 13:41:10 +02:00

6 lines
108 B
C++

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