summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1812_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1812_Regression/Test.idl')
-rw-r--r--TAO/tests/Bug_1812_Regression/Test.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1812_Regression/Test.idl b/TAO/tests/Bug_1812_Regression/Test.idl
new file mode 100644
index 00000000000..176f713989b
--- /dev/null
+++ b/TAO/tests/Bug_1812_Regression/Test.idl
@@ -0,0 +1,7 @@
+// $Id$
+
+#include <orb.idl>
+
+local interface foo {
+ void op (in CORBA::ValueFactory vf);
+};