Files
bx/3rdparty/UnitTest++/src/TestReporter.cpp
2013-09-22 21:37:18 -07:00

11 lines
87 B
C++

#include "TestReporter.h"
namespace UnitTest {
TestReporter::~TestReporter()
{
}
}