diff options
Diffstat (limited to 'Source/CTest/cmCTestRunTest.h')
-rw-r--r-- | Source/CTest/cmCTestRunTest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestRunTest.h b/Source/CTest/cmCTestRunTest.h index 72a108a..2609808 100644 --- a/Source/CTest/cmCTestRunTest.h +++ b/Source/CTest/cmCTestRunTest.h @@ -63,7 +63,8 @@ protected: std::vector<std::string> args, double testTimeOut, std::vector<std::string>* environment); -private: + void WriteLogOutputTop(); + cmCTestTestHandler::cmCTestTestProperties * TestProperties; //Pointer back to the "parent"; the handler that invoked this test run cmCTestTestHandler * TestHandler; @@ -85,7 +86,6 @@ private: std::string StartTime; std::string TestCommand; std::string ActualCommand; - void WriteLogOutputTop(); }; #endif |