mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
9 lines
91 B
C++
9 lines
91 B
C++
#include "TestReporter.h"
|
|
|
|
namespace UnitTest {
|
|
|
|
TestReporter::~TestReporter()
|
|
{}
|
|
|
|
}
|