summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_3514_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_3514_Regression/test.idl')
-rw-r--r--ACE/TAO/tests/Bug_3514_Regression/test.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_3514_Regression/test.idl b/ACE/TAO/tests/Bug_3514_Regression/test.idl
new file mode 100644
index 00000000000..5a884db1d07
--- /dev/null
+++ b/ACE/TAO/tests/Bug_3514_Regression/test.idl
@@ -0,0 +1,6 @@
+// $Id$
+
+#include <orb.idl>
+
+interface Foo : CORBA::Policy
+{};