diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 17:50:44 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 17:50:44 (GMT) |
commit | aae0bcdacfb9cfc10769452895fbc96c43add1d6 (patch) | |
tree | 3e4b14a2a3e3e6bb5e1f9c1b0e32da0224993664 /Source/cmAddTestCommand.cxx | |
parent | 26e75041fa1b5198ef6cc6372c9b529a8189e649 (diff) | |
download | CMake-aae0bcdacfb9cfc10769452895fbc96c43add1d6.zip CMake-aae0bcdacfb9cfc10769452895fbc96c43add1d6.tar.gz CMake-aae0bcdacfb9cfc10769452895fbc96c43add1d6.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmAddTestCommand.cxx')
-rw-r--r-- | Source/cmAddTestCommand.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/cmAddTestCommand.cxx b/Source/cmAddTestCommand.cxx index 00cda18..cf50401 100644 --- a/Source/cmAddTestCommand.cxx +++ b/Source/cmAddTestCommand.cxx @@ -22,10 +22,9 @@ // cmExecutableCommand bool cmAddTestCommand::InitialPass(std::vector<std::string> const& args) { - // First argument is the name of the test - // Second argument is the name of the executable to run (a target or external - // program) - // Remaining arguments are the arguments to pass to the executable + // First argument is the name of the test Second argument is the name of + // the executable to run (a target or external program) Remaining arguments + // are the arguments to pass to the executable if(args.size() < 2 ) { this->SetError("called with incorrect number of arguments"); |