diff options
Diffstat (limited to 'tests/headers/enum_and_vtable_mangling.hpp')
-rw-r--r-- | tests/headers/enum_and_vtable_mangling.hpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/headers/enum_and_vtable_mangling.hpp b/tests/headers/enum_and_vtable_mangling.hpp deleted file mode 100644 index 659a8bd1..00000000 --- a/tests/headers/enum_and_vtable_mangling.hpp +++ /dev/null @@ -1,12 +0,0 @@ -// bindgen-flags: --rustified-enum ".*" - -enum { - match, - whatever_else, -}; - -class C { - int i; -public: - virtual void match(); -}; |