Move the xml reporter away from the deprecated IReporter interface.

This commit is contained in:
Sean D. Cline
2014-10-11 17:20:55 -04:00
parent a5dca3d370
commit b0e53a8ee0
2 changed files with 94 additions and 68 deletions

View File

@@ -88,8 +88,6 @@ namespace Catch {
Matchers::Impl::StdString::EndsWith::~EndsWith() {}
void Config::dummy() {}
INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( "xml", XmlReporter )
}
#ifdef __clang__