diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-07-25 14:46:24 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-07-25 14:46:24 (GMT) |
commit | 814c7e12ab19a5910a4071b15442e9738f3ffc22 (patch) | |
tree | bd5f96495d90e4bf68c91298366da2212390b32f /Tests/LoadCommand | |
parent | 6a944aad818f3f7125994bf1253be19afc92c10d (diff) | |
download | CMake-814c7e12ab19a5910a4071b15442e9738f3ffc22.zip CMake-814c7e12ab19a5910a4071b15442e9738f3ffc22.tar.gz CMake-814c7e12ab19a5910a4071b15442e9738f3ffc22.tar.bz2 |
BUG: remove c++comments
Diffstat (limited to 'Tests/LoadCommand')
-rw-r--r-- | Tests/LoadCommand/CMakeCommands/cmTestCommand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c index f14372b..9f0627d 100644 --- a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c @@ -121,8 +121,8 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[]) srcs = argv[2]; info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0); - // remove an old file if it is there - //info->CAPI->RemoveFile(argv[2]); + /* remove an old file if it is there */ + info->CAPI->RemoveFile(argv[2]); /* add customs commands to generate the source file */ ccArgs[0] = "-E"; |