Unverified Commit e64847bd authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #644 from grzadr/patch-1

Fix indentation in tests/catch.hpp:2916
parents 8cfd71a9 8e861728
......@@ -2913,7 +2913,7 @@ namespace Catch {
for( std::vector<Ptr<Pattern> >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; ++it )
if( !(*it)->matches( testCase ) )
return false;
return true;
return true;
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment