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:
parent
2d76057571
commit
860731e0ea
1 changed files with 0 additions and 12 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue