Change how and when anonymous test cases are named

This commit is contained in:
Martin Hořeňovský
2019-11-04 13:45:39 +01:00
parent 478c324534
commit e6b9b854b5
3 changed files with 6 additions and 8 deletions

View File

@@ -45,7 +45,6 @@ namespace Catch {
std::vector<TestCase> m_functions;
mutable RunTests::InWhatOrder m_currentSortOrder = RunTests::InDeclarationOrder;
mutable std::vector<TestCase> m_sortedFunctions;
std::size_t m_unnamedCount = 0;
std::ios_base::Init m_ostreamInit; // Forces cout/ cerr to be initialised
};