summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3940_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3940_Regression/test.idl')
-rw-r--r--TAO/tests/Bug_3940_Regression/test.idl20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3940_Regression/test.idl b/TAO/tests/Bug_3940_Regression/test.idl
index 0bb7fbcc68c..904c8910ddc 100644
--- a/TAO/tests/Bug_3940_Regression/test.idl
+++ b/TAO/tests/Bug_3940_Regression/test.idl
@@ -1,5 +1,25 @@
#if !defined (__BORLANDC__)
+@annotation unit {
+ string value;
+};
+
+@annotation range {
+ double min;
+ double max;
+};
+
+@annotation min {
+ long value;
+};
+
+@annotation max {
+ long value;
+};
+
+@annotation key {
+};
+
module test {
@unit("deg")