mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-17 18:35:40 +02:00
@@ -547,8 +547,8 @@ void ConsoleReporter::printTestCaseAndSectionHeader() {
|
||||
auto
|
||||
it = m_sectionStack.begin() + 1, // Skip first section (test case)
|
||||
itEnd = m_sectionStack.end();
|
||||
for (; it != itEnd; ++it)
|
||||
printHeaderString(it->name, 2);
|
||||
for (size_t indent = 2; it != itEnd; ++it, indent += 2)
|
||||
printHeaderString(it->name, indent);
|
||||
}
|
||||
|
||||
SourceLineInfo lineInfo = m_sectionStack.back().lineInfo;
|
||||
|
Reference in New Issue
Block a user