mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 07:01:59 +01:00 
			
		
		
		
	Fairly major reworking of console reporter (still in progress).
Changed reporter interface a bit.
This commit is contained in:
		| @@ -16,7 +16,7 @@ namespace Catch { | ||||
|     NotImplementedException::NotImplementedException( const SourceLineInfo& lineInfo ) | ||||
|     :   m_lineInfo( lineInfo ) { | ||||
|         std::ostringstream oss; | ||||
|         oss << lineInfo << "function "; | ||||
|         oss << lineInfo << ": function "; | ||||
|         oss << "not implemented"; | ||||
|         m_what = oss.str(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user