summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2375_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2375_Regression/test.idl')
-rw-r--r--TAO/tests/Bug_2375_Regression/test.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tests/Bug_2375_Regression/test.idl b/TAO/tests/Bug_2375_Regression/test.idl
new file mode 100644
index 00000000000..a6ee7413825
--- /dev/null
+++ b/TAO/tests/Bug_2375_Regression/test.idl
@@ -0,0 +1,5 @@
+// $Id$
+valuetype TestValuetype {
+ factory create(in boolean b, in short s);
+};
+