Removed legacy JUnit reporter

This commit is contained in:
Phil Nash 2013-08-15 18:49:38 +01:00
parent 2ddb9d3802
commit d68510d6e3
2 changed files with 0 additions and 238 deletions

View file

@ -86,8 +86,6 @@ namespace Catch {
INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( "basic", BasicReporter )
INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( "xml", XmlReporter )
INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( "junit2", JunitReporter2 )
}
#ifdef __clang__