mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
8 lines
91 B
C++
8 lines
91 B
C++
#include "TestReporter.h"
|
|
|
|
namespace UnitTest {
|
|
|
|
TestReporter::~TestReporter()
|
|
{}
|
|
|
|
}
|