summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3632_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3632_Regression/test.idl')
-rw-r--r--TAO/tests/Bug_3632_Regression/test.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3632_Regression/test.idl b/TAO/tests/Bug_3632_Regression/test.idl
new file mode 100644
index 00000000000..7f95d1147e2
--- /dev/null
+++ b/TAO/tests/Bug_3632_Regression/test.idl
@@ -0,0 +1,6 @@
+// $Id$
+
+module Test
+{
+ typedef sequence <string, 10> bounded_string_seq;
+};