diff options
Diffstat (limited to 'Examples/test-suite/enum_thorough.i')
-rw-r--r-- | Examples/test-suite/enum_thorough.i | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/test-suite/enum_thorough.i b/Examples/test-suite/enum_thorough.i index 6e3edd430..ea775803b 100644 --- a/Examples/test-suite/enum_thorough.i +++ b/Examples/test-suite/enum_thorough.i @@ -442,11 +442,9 @@ namespace curly { } struct Obscure { - enum {}; enum Zero {}; enum One {one}; enum Two {two, twoagain}; - typedef enum {}; typedef enum Empty {}; typedef enum {} AlsoEmpty; }; |