summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3743_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3743_Regression/run_test.pl')
-rwxr-xr-xTAO/tests/Bug_3743_Regression/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3743_Regression/run_test.pl b/TAO/tests/Bug_3743_Regression/run_test.pl
index d1079904971..1ddd6b7b05c 100755
--- a/TAO/tests/Bug_3743_Regression/run_test.pl
+++ b/TAO/tests/Bug_3743_Regression/run_test.pl
@@ -21,7 +21,7 @@ if (exists $ENV{HOST_ROOT}) {
my $test_idlfile = $test->LocalFile ("Test.idl");
# Files to delete after test
-my @generated_files = ("TestC.cpp", "TestS.cpp", "TestC.inl", "TestS.inl", "Test.skel.h", "Test.stub.h");
+my @generated_files = ("TestC.cpp", "TestS.cpp", "TestC.inl", "Test.skel.h", "Test.stub.h");
# The IDL compiler
$TAO_IDL = $test->CreateProcess ("$tao_idl");