Skip to content

Commit

Permalink
Removed now redundant xml stream initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
philsquared committed Nov 29, 2016
1 parent dedc7c5 commit 0c093be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/reporters/catch_reporter_xml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ namespace Catch {

virtual void testRunStarting( TestRunInfo const& testInfo ) CATCH_OVERRIDE {
StreamingReporterBase::testRunStarting( testInfo );
m_xml.setStream( stream );
m_xml.startElement( "Catch" );
if( !m_config->name().empty() )
m_xml.writeAttribute( "name", m_config->name() );
Expand Down

0 comments on commit 0c093be

Please sign in to comment.