summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3_to_XMI/Forward_Declared/c_nok.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3_to_XMI/Forward_Declared/c_nok.idl')
-rw-r--r--CIAO/tests/IDL3_to_XMI/Forward_Declared/c_nok.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/CIAO/tests/IDL3_to_XMI/Forward_Declared/c_nok.idl b/CIAO/tests/IDL3_to_XMI/Forward_Declared/c_nok.idl
deleted file mode 100644
index d7449f9dbe8..00000000000
--- a/CIAO/tests/IDL3_to_XMI/Forward_Declared/c_nok.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef C_IDL
-#define C_IDL
-
-#include "a.idl"
-
-module N
-{
-
- interface c1: M::a
- {
- };
-
- component c2 supports M::a
- {
- };
-
-};
-
-#endif // C_IDL