Commit 79d55fd8 authored by gabime's avatar gabime

Merge branch 'master' of https://github.com/gabime/spdlog

parents 6df52df5 851b49e1
project(spdlog-utests CXX)
enable_testing()
find_package(Threads REQUIRED)
......
......@@ -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