summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-16 16:03:14 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-07-16 16:03:44 +0200
commite89c98b326b1732550309ab69056d3fdb4c96f52 (patch)
tree48361d020241b4a95f1018f617c3cdf5cb519993
parent46ac50d47b02bab9066dd1bf0001dd778a0d8fa9 (diff)
downloadATCD-e89c98b326b1732550309ab69056d3fdb4c96f52.tar.gz
Embarcadero C++ Builder can not handle this IDL file
* TAO/tests/Bug_3940_Regression/README: * TAO/tests/Bug_3940_Regression/test.idl:
-rw-r--r--TAO/tests/Bug_3940_Regression/README5
-rw-r--r--TAO/tests/Bug_3940_Regression/test.idl4
2 files changed, 1 insertions, 8 deletions
diff --git a/TAO/tests/Bug_3940_Regression/README b/TAO/tests/Bug_3940_Regression/README
index 0f8198c1b8f..8802dc32f18 100644
--- a/TAO/tests/Bug_3940_Regression/README
+++ b/TAO/tests/Bug_3940_Regression/README
@@ -1,5 +1,3 @@
-
-
This is a compile only test. If it compiles, it's passed.
tao_idl choked on the annotation syntax of IDL4 (and DDS-XTypes)
@@ -12,5 +10,4 @@ because that syntax was unknown to its IDL grammar:
The first patch for this bug adds a rule in the lexer to ignore the annotations
by consuming them without action.
-Actual processing of annotations is still to be done.
-
+Actual processing of annotations still has to be done.
diff --git a/TAO/tests/Bug_3940_Regression/test.idl b/TAO/tests/Bug_3940_Regression/test.idl
index 904c8910ddc..eda6931bf4b 100644
--- a/TAO/tests/Bug_3940_Regression/test.idl
+++ b/TAO/tests/Bug_3940_Regression/test.idl
@@ -1,5 +1,3 @@
-#if !defined (__BORLANDC__)
-
@annotation unit {
string value;
};
@@ -35,5 +33,3 @@ module test {
};
};
-
-#endif