summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3_to_XMI/XMI_For_Array/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3_to_XMI/XMI_For_Array/test.idl')
-rw-r--r--CIAO/tests/IDL3_to_XMI/XMI_For_Array/test.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/CIAO/tests/IDL3_to_XMI/XMI_For_Array/test.idl b/CIAO/tests/IDL3_to_XMI/XMI_For_Array/test.idl
deleted file mode 100644
index d8b2abdb42a..00000000000
--- a/CIAO/tests/IDL3_to_XMI/XMI_For_Array/test.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef TEST_IDL
-#define TEST_IDL
-
-module TestXMIArray {
- typedef char ca_4_5 [4][5];
- typedef char ca_3_2 [3][2];
-
- struct A
- {
- ca_4_5 bar;
- };
-
- struct B
- {
- ca_3_2 bar;
- };
-};
-
-#endif // TEST_IDL