mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	The file/ line in sections is now of the section. not the test case
This commit is contained in:
		| @@ -284,7 +284,7 @@ namespace Catch { | ||||
|                     printHeaderString( it->name, 2 ); | ||||
|             } | ||||
|  | ||||
|             SourceLineInfo lineInfo = m_sectionStack.front().lineInfo; | ||||
|             SourceLineInfo lineInfo = m_sectionStack.back().lineInfo; | ||||
|  | ||||
|             if( !lineInfo.empty() ){ | ||||
|                 stream << getLineOfChars<'-'>() << '\n'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash