mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 03:02:24 +01:00
[On behalf of Lexmark]: Initialize scalar field in catch_reporter_junit.hpp
This commit is contained in:
parent
146f065097
commit
e684a0f6d3
@ -22,6 +22,7 @@ namespace Catch {
|
||||
public:
|
||||
JunitReporter( ReporterConfig const& _config )
|
||||
: CumulativeReporterBase( _config ),
|
||||
unexpectedExceptions( 0 ),
|
||||
xml( _config.stream() )
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user