mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Tidy up after merge mess
This commit is contained in:
		| @@ -263,14 +263,7 @@ public: | ||||
|     { | ||||
|         instance().currentResult.setMessage( msg ); | ||||
|     } | ||||
|     static void acceptSectionStart( const std::string& name, const std::string& description ) | ||||
|     { | ||||
|     } | ||||
|      | ||||
|     static void acceptSectionEnd( const std::string& name ) | ||||
|     { | ||||
|     } | ||||
|      | ||||
|  | ||||
|     static bool acceptSectionStart( const std::string& name, const std::string& description, std::size_t& successes, std::size_t& failures ) | ||||
|     { | ||||
|         return instance().m_listener->sectionStarted( name, description, successes, failures ); | ||||
|   | ||||
| @@ -141,6 +141,8 @@ namespace Catch | ||||
|             m_reporter->StartSection( name, description ); | ||||
|             successes = m_successes; | ||||
|             failures = m_failures; | ||||
|              | ||||
|             // !TBD look up whether we should execute this section or not | ||||
|             return true; | ||||
|         } | ||||
|          | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash