Merge branch 'develop' of https://github.com/SeanCline/Catch into develop

This commit is contained in:
Phil Nash
2014-12-23 18:54:08 +00:00
3 changed files with 153 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__