diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index f8075f4..24ec541 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -424,6 +424,10 @@ private: ///! Get the current time as string std::string CurrentTime(); + + ///! Maximum size of testing string + std::string::size_type m_MaximumPassedTestResultSize; + std::string::size_type m_MaximumFailedTestResultSize; }; #endif |