From 814c7e12ab19a5910a4071b15442e9738f3ffc22 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 25 Jul 2006 10:46:24 -0400 Subject: BUG: remove c++comments --- Tests/LoadCommand/CMakeCommands/cmTestCommand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tests/LoadCommand') diff --git a/Tests/LoadCommand/CMakeCommands/cmTestCommand.c b/Tests/LoadCommand/CMakeCommands/cmTestCommand.c index f14372b25d..9f0627df4f 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"; -- cgit v1.2.1