mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-11-04 06:15:20 +00:00 
			
		
		
		
	Add assert when updating test expectations
This commit is contained in:
		
							parent
							
								
									4efb4dbf25
								
							
						
					
					
						commit
						9ffed9a253
					
				@ -244,6 +244,7 @@ void UpdateTestExpectation(const std::string& filename, const std::string& expec
 | 
			
		||||
 | 
			
		||||
  // Replace expectation
 | 
			
		||||
  auto it = str.find(expectation);
 | 
			
		||||
  assert(it != std::string::npos);
 | 
			
		||||
  str.replace(it, expectation.size(), actual);
 | 
			
		||||
 | 
			
		||||
  // Write it back out.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user