diff options
-rw-r--r-- | Tests/LoadCommand/CMakeCommands/cmTestCommand.c | 4 | ||||
-rw-r--r-- | Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c | 4 |
2 files changed, 4 insertions, 4 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"; diff --git a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c b/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c index f14372b..9f0627d 100644 --- a/Tests/LoadCommandOneConfig/CMakeCommands/cmTestCommand.c +++ b/Tests/LoadCommandOneConfig/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"; |