Remove redundant test cases

With C++ comments changed to C comments, these are now identical to
the two cases just above, aside from the `2` suffix on the names.

Follow-on for #2027.
This commit is contained in:
Olly Betts 2021-12-23 11:55:47 +13:00
commit 860731e0ea

View file

@ -392,18 +392,6 @@ TCX_PACKED (typedef struct tcxMessageBugImpl
}) tcxMessageBug;
TCX_PACKED (typedef struct tcxMessageTestImpl2
{
int mHeader; /**< comment */
}) tcxMessageTest2;
TCX_PACKED (typedef struct tcxMessageBugImpl2
{
int mBid; /**< Bid price and size, check PresentMap if available in message */
}) tcxMessageBug2;
%}
/* Regression tests for https://github.com/swig/swig/pull/1111 */