mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
11 lines
87 B
C++
11 lines
87 B
C++
#include "TestReporter.h"
|
|
|
|
namespace UnitTest {
|
|
|
|
|
|
TestReporter::~TestReporter()
|
|
{
|
|
}
|
|
|
|
}
|