From e89c98b326b1732550309ab69056d3fdb4c96f52 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 16 Jul 2021 16:03:14 +0200 Subject: Embarcadero C++ Builder can not handle this IDL file * TAO/tests/Bug_3940_Regression/README: * TAO/tests/Bug_3940_Regression/test.idl: --- TAO/tests/Bug_3940_Regression/README | 5 +---- TAO/tests/Bug_3940_Regression/test.idl | 4 ---- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.1