mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Fixed string indexing bug
This commit is contained in:
		| @@ -72,6 +72,10 @@ namespace Catch { | ||||
|                     stream << "Completed in " << _sectionStats.durationInSeconds << "s" << std::endl; | ||||
|                 m_headerPrinted = false; | ||||
|             } | ||||
|             else { | ||||
|                 if( m_config->showDurations() == ShowDurations::Always ) | ||||
|                     stream << _sectionStats.sectionInfo.name << " completed in " << _sectionStats.durationInSeconds << "s" << std::endl; | ||||
|             } | ||||
|             StreamingReporterBase::sectionEnded( _sectionStats ); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash