Use SecondaryText code in lists

This commit is contained in:
Phil Nash
2013-03-29 21:55:19 +00:00
parent c7e602f3f2
commit 2a17ef9081
3 changed files with 31 additions and 10 deletions

View File

@@ -253,6 +253,7 @@ namespace Catch {
}
void lazyPrintRunInfo() {
stream << "\n" << getTildes() << "\n";
TextColour colour( TextColour::SecondaryText );
stream << testRunInfo->name
<< " is a CATCH v" << libraryVersion.majorVersion << "."
<< libraryVersion.minorVersion << " b"