mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-30 19:57:10 +01:00 
			
		
		
		
	Removed over-eager assertion.
Doesn't hold if reporting due to a segfault #377
This commit is contained in:
		| @@ -44,7 +44,6 @@ namespace Catch { | ||||
|         } | ||||
|         virtual void testCaseEnded( TestCaseStats const& /* _testCaseStats */ ) { | ||||
|             currentTestCaseInfo.reset(); | ||||
|             assert( m_sectionStack.empty() ); | ||||
|         } | ||||
|         virtual void testGroupEnded( TestGroupStats const& /* _testGroupStats */ ) { | ||||
|             currentGroupInfo.reset(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash