summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl')
-rw-r--r--CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl b/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl
deleted file mode 100644
index 2b5253e84a7..00000000000
--- a/CIAO/tests/IDL3_to_XMI/Bug_3607_Regression/test.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef FOO_IDL
-#define FOO_IDL
-
-typedef long LongBar[5];
-struct Foo
-{
- LongBar bar;
-};
-
-#endif