summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test/da_tests.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DynAny_Test/da_tests.idl')
-rw-r--r--TAO/tests/DynAny_Test/da_tests.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DynAny_Test/da_tests.idl b/TAO/tests/DynAny_Test/da_tests.idl
index ad661c418e3..4b797e77f4d 100644
--- a/TAO/tests/DynAny_Test/da_tests.idl
+++ b/TAO/tests/DynAny_Test/da_tests.idl
@@ -19,7 +19,7 @@ module DynAnyTests
enclosed_struct es;
};
- typedef sequence<string> test_seq;
+ typedef sequence<string<8> > test_seq;
const unsigned long DIM = 2;
typedef long test_array [DIM];