stringapi: Use strings for test names

This commit is contained in:
Ben Boeckel
2014-02-03 21:20:33 -05:00
committed by Brad King
parent b26c70cc9a
commit 83a5e453f8
8 changed files with 19 additions and 31 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public:
cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand);
static bool SetOneTest(const char *tname,
static bool SetOneTest(const std::string& tname,
std::vector<std::string> &propertyPairs,
cmMakefile *mf,
std::string &errors);