Removed comment
This commit is contained in:
parent
65c418e56f
commit
2e5ccdbc18
|
@ -797,8 +797,6 @@ int cmCTest::ProcessTests()
|
||||||
bool notest = true;
|
bool notest = true;
|
||||||
int update_count = 0;
|
int update_count = 0;
|
||||||
|
|
||||||
//cmCTestLog(this, OUTPUT, "Start processing tests" << std::endl);
|
|
||||||
|
|
||||||
for(Part p = PartStart; notest && p != PartCount; p = Part(p+1))
|
for(Part p = PartStart; notest && p != PartCount; p = Part(p+1))
|
||||||
{
|
{
|
||||||
notest = !this->Parts[p];
|
notest = !this->Parts[p];
|
||||||
|
|
Loading…
Reference in New Issue