mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Initialise unexpectedExceptions in JUnitReporter
This commit is contained in:
		| @@ -242,7 +242,7 @@ namespace Catch { | ||||
|         Timer suiteTimer; | ||||
|         std::ostringstream stdOutForSuite; | ||||
|         std::ostringstream stdErrForSuite; | ||||
|         unsigned int unexpectedExceptions; | ||||
|         unsigned int unexpectedExceptions = 0; | ||||
|         bool m_okToFail = false; | ||||
|     }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash