mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 15:26:11 +01:00
Initialise unexpectedExceptions in JUnitReporter
This commit is contained in:
parent
f193698fb3
commit
cf6f9e3253
@ -242,7 +242,7 @@ namespace Catch {
|
|||||||
Timer suiteTimer;
|
Timer suiteTimer;
|
||||||
std::ostringstream stdOutForSuite;
|
std::ostringstream stdOutForSuite;
|
||||||
std::ostringstream stdErrForSuite;
|
std::ostringstream stdErrForSuite;
|
||||||
unsigned int unexpectedExceptions;
|
unsigned int unexpectedExceptions = 0;
|
||||||
bool m_okToFail = false;
|
bool m_okToFail = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user