summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-05 13:38:04 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-04-05 13:38:04 (GMT)
commit25a38ecfe7beffe2a2adf522414288810cdc1006 (patch)
tree5331b0dc011167d412c763f9bec2967a86c21ff5 /Source/CTest
parentb66a2472321d3a261961de75d9613a5a1ecefb37 (diff)
parent398b8800e350a0330be32046a6eed5c146a9f67a (diff)
downloadCMake-25a38ecfe7beffe2a2adf522414288810cdc1006.zip
CMake-25a38ecfe7beffe2a2adf522414288810cdc1006.tar.gz
CMake-25a38ecfe7beffe2a2adf522414288810cdc1006.tar.bz2
Merge topic 'cobertura_off_by_one'
398b8800 cmParseCoberturaCoverage: Remove extra coverage line
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmParseCoberturaCoverage.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CTest/cmParseCoberturaCoverage.cxx b/Source/CTest/cmParseCoberturaCoverage.cxx
index 3ed5cb0..515d041 100644
--- a/Source/CTest/cmParseCoberturaCoverage.cxx
+++ b/Source/CTest/cmParseCoberturaCoverage.cxx
@@ -125,7 +125,6 @@ protected:
std::string line;
FileLinesType& curFileLines =
this->Coverage.TotalCoverage[this->CurFileName];
- curFileLines.push_back(-1);
while(cmSystemTools::GetLineFromStream(fin, line))
{
curFileLines.push_back(-1);