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