CTest: fix comment documenting cmBoundsCheckerParser class
This was obviously copied from Source/cmGlobalXCodeGenerator.cxx during implementation but the comment was forgotten.
This commit is contained in:
parent
cbdfcb0e61
commit
61ddb9319b
|
@ -43,8 +43,7 @@ static CatToErrorType cmCTestMemCheckBoundsChecker[] = {
|
||||||
{0,0}
|
{0,0}
|
||||||
};
|
};
|
||||||
|
|
||||||
// parse the xml file storing the installed version of Xcode on
|
// parse the xml file containing the results of last BoundsChecker run
|
||||||
// the machine
|
|
||||||
class cmBoundsCheckerParser : public cmXMLParser
|
class cmBoundsCheckerParser : public cmXMLParser
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue