diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmCreateTestSourceList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx index ac9b3a2..5fea91c 100644 --- a/Source/cmCreateTestSourceList.cxx +++ b/Source/cmCreateTestSourceList.cxx @@ -202,7 +202,7 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& argsIn) "\n" "int main(int ac, char *av[])\n" "{\n" - " int i, testNum, partial_match;\n" + " int i, NumTests, testNum, partial_match;\n" " char *arg, *test_name;\n" " \n" " NumTests = " << numTests << ";\n" |