Tweak to reporter registrar to make sure generated name is unique
This commit is contained in:
parent
27fdf01b76
commit
245be004fe
6 changed files with 11 additions and 5 deletions
|
@ -169,6 +169,8 @@ namespace Catch
|
|||
const ReporterConfig& m_config;
|
||||
bool m_firstSectionInTestCase;
|
||||
};
|
||||
|
||||
CATCH_REGISTER_REPORTER( "basic", BasicReporter );
|
||||
|
||||
} // end namespace Catch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue