mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-04 17:38:43 +00:00
11 lines
87 B
C++
11 lines
87 B
C++
#include "TestReporter.h"
|
|
|
|
namespace UnitTest {
|
|
|
|
|
|
TestReporter::~TestReporter()
|
|
{
|
|
}
|
|
|
|
}
|