summaryrefslogtreecommitdiff
path: root/CIAO/tests/Bug_3834_Regression/CompB.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Bug_3834_Regression/CompB.idl')
-rw-r--r--CIAO/tests/Bug_3834_Regression/CompB.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/CIAO/tests/Bug_3834_Regression/CompB.idl b/CIAO/tests/Bug_3834_Regression/CompB.idl
deleted file mode 100644
index 5e4273e2177..00000000000
--- a/CIAO/tests/Bug_3834_Regression/CompB.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef COMPB_IDL_
-#define COMPB_IDL_
-
-#include <Components.idl>
-#include "Moo.idl"
-
-component CompB
-{
- uses multiple Moo my_moo;
-};
-
-#endif /* COMPB_IDL_ */
-