mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Refactoring towards interface based config
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -15,8 +15,8 @@ namespace Catch{ | ||||
|  | ||||
|     Totals EmbeddedRunner::runMatching( const std::string& rawTestSpec, std::size_t groupIndex, std::size_t groupsCount, const std::string& ) { | ||||
|         std::ostringstream oss; | ||||
|         Config config; | ||||
|         config.setStreamBuf( oss.rdbuf() ); | ||||
|         Ptr<Config> config = new Config(); | ||||
|         config->setStreamBuf( oss.rdbuf() ); | ||||
|          | ||||
|         Totals totals; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash