diff options
Diffstat (limited to 'Source/cmAddTestCommand.cxx')
-rw-r--r-- | Source/cmAddTestCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddTestCommand.cxx b/Source/cmAddTestCommand.cxx index ec04928..28ee2d7 100644 --- a/Source/cmAddTestCommand.cxx +++ b/Source/cmAddTestCommand.cxx @@ -60,7 +60,7 @@ void cmAddTestCommand::FinalPass() std::vector<std::string>::iterator it; - // for each arg in the test + // for each arg in the test fout << "ADD_TEST("; it = m_Args.begin(); fout << (*it).c_str(); |