summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-17 08:46:57 +0200
committerGitHub <noreply@github.com>2021-07-17 08:46:57 +0200
commitccbd4637729195fc838ed322bf8629d7c53c9f3c (patch)
tree3ab4a6191068770d0da3105f42de74f6a75993ec
parent225e262df0754688a49c20bd9802e1b69d2aa83a (diff)
parente89c98b326b1732550309ab69056d3fdb4c96f52 (diff)
downloadATCD-ccbd4637729195fc838ed322bf8629d7c53c9f3c.tar.gz
Merge pull request #1615 from jwillemsen/jwi-3940_2
Embarcadero C++ Builder can now handle this IDL file
-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