Commit Graph

4 Commits (653ec05c0e82eed9c758ee28ecf40128da92a221)

Author SHA1 Message Date
gabime e39959a132 Updated tests to catch v2.8.0 6 years ago
grzadr 8e861728a0
Fix indentation in line 2916
Compiling with -Wmisleading-indentation triggers warning:
/data/Git/spdlog/tests/catch.hpp: In member function ‘bool Catch::TestSpec::Filter::matches(const Catch::TestCaseInfo&) const’:
/data/Git/spdlog/tests/catch.hpp:2913:17: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
                 for( std::vector<Ptr<Pattern> >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; ++it )
                 ^~~
/data/Git/spdlog/tests/catch.hpp:2916:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
                     return true;
                     ^~~~~~
8 years ago
gabime 7885aa478c no streams 9 years ago
gabime 2f81e54568 Added unit tests (catch based) 10 years ago