mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	@@ -67,7 +67,7 @@ namespace Catch {
 | 
				
			|||||||
                for( std::vector<Ptr<Pattern> >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; ++it )
 | 
					                for( std::vector<Ptr<Pattern> >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; ++it )
 | 
				
			||||||
                    if( !(*it)->matches( testCase ) )
 | 
					                    if( !(*it)->matches( testCase ) )
 | 
				
			||||||
                        return false;
 | 
					                        return false;
 | 
				
			||||||
                    return true;
 | 
					                return true;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user