Tweak to reporter registrar to make sure generated name is unique

This commit is contained in:
Phil Nash 2010-12-31 16:12:48 +00:00
parent 27fdf01b76
commit 245be004fe
6 changed files with 11 additions and 5 deletions

View file

@ -169,6 +169,8 @@ namespace Catch
const ReporterConfig& m_config;
bool m_firstSectionInTestCase;
};
CATCH_REGISTER_REPORTER( "basic", BasicReporter );
} // end namespace Catch