diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-18 02:47:44 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-18 02:47:44 (GMT) |
commit | ace5f90d9c991250ec31080341b7d0b90bd3d8dc (patch) | |
tree | a5686ca1ddfc69e6961f120dde895bc354f461c9 /Source/CTest/cmCTestCoverageHandler.h | |
parent | b40cd9fc3bf75f88c98130ab3365c4d69f67baaf (diff) | |
download | CMake-ace5f90d9c991250ec31080341b7d0b90bd3d8dc.zip CMake-ace5f90d9c991250ec31080341b7d0b90bd3d8dc.tar.gz CMake-ace5f90d9c991250ec31080341b7d0b90bd3d8dc.tar.bz2 |
BUG: Fix output to match the Dart output
Diffstat (limited to 'Source/CTest/cmCTestCoverageHandler.h')
-rw-r--r-- | Source/CTest/cmCTestCoverageHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestCoverageHandler.h b/Source/CTest/cmCTestCoverageHandler.h index 0928cac..caf8589 100644 --- a/Source/CTest/cmCTestCoverageHandler.h +++ b/Source/CTest/cmCTestCoverageHandler.h @@ -50,7 +50,7 @@ private: bool ShouldIDoCoverage(const char* file, const char* srcDir, const char* binDir, bool verbose); bool StartLogFile(std::ofstream& ostr, int logFileCount); - void StopLogFile(std::ofstream& ostr, int logFileCount); + void EndLogFile(std::ofstream& ostr, int logFileCount); struct cmCTestCoverage { |