From 860731e0ead11c370834eca032fbbce3607057a3 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 23 Dec 2021 11:55:47 +1300 Subject: [PATCH] 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. --- Examples/test-suite/preproc.i | 12 ------------ 1 file changed, 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 */