File size: 108 Bytes
0bd2a62 | 1 2 3 4 5 6 | #include "catch_interfaces_capture.h"
namespace Catch {
IResultCapture::~IResultCapture() = default;
}
|
0bd2a62 | 1 2 3 4 5 6 | #include "catch_interfaces_capture.h"
namespace Catch {
IResultCapture::~IResultCapture() = default;
}
|