summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-12-23 11:55:47 +1300
committerOlly Betts <olly@survex.com>2021-12-23 11:55:47 +1300
commit860731e0ead11c370834eca032fbbce3607057a3 (patch)
treefe709ff33c1d8ca00e12e9fdea51725a06836f98
parent2d76057571a77609060d6c6c05f151ec608aa58d (diff)
downloadswig-860731e0ead11c370834eca032fbbce3607057a3.tar.gz
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.
-rw-r--r--Examples/test-suite/preproc.i12
1 files changed, 0 insertions, 12 deletions
diff --git a/Examples/test-suite/preproc.i b/Examples/test-suite/preproc.i
index feff7b489..a69973f13 100644
--- a/Examples/test-suite/preproc.i
+++ b/Examples/test-suite/preproc.i
@@ -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 */