mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
parent
b9c6d30631
commit
0b097c26b6
@ -58,7 +58,7 @@ namespace Catch {
|
|||||||
matchedTests++;
|
matchedTests++;
|
||||||
Text nameWrapper( it->getTestCaseInfo().name,
|
Text nameWrapper( it->getTestCaseInfo().name,
|
||||||
TextAttributes()
|
TextAttributes()
|
||||||
.setWidth( maxNameLen )
|
.setWidth( maxNameLen+2 )
|
||||||
.setInitialIndent(2)
|
.setInitialIndent(2)
|
||||||
.setIndent(4) );
|
.setIndent(4) );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user