diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 301bd86..5a154fc 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -359,6 +359,8 @@ private: tm_VectorOfStrings m_CustomPreMemCheck; tm_VectorOfStrings m_CustomPostMemCheck; bool m_InteractiveDebugMode; + + bool m_ShortDateFormat; void BlockTestErrorDiagnostics(); |