mirror of
https://github.com/holub/mame
synced 2025-05-13 01:24:20 +03:00
10 lines
86 B
C++
10 lines
86 B
C++
#include "TestReporter.h"
|
|
|
|
namespace UnitTest {
|
|
|
|
TestReporter::~TestReporter()
|
|
{
|
|
}
|
|
|
|
}
|