diff options
Diffstat (limited to 'tests/headers/union_fields.hpp')
-rw-r--r-- | tests/headers/union_fields.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/union_fields.hpp b/tests/headers/union_fields.hpp deleted file mode 100644 index 7bb2a3ce..00000000 --- a/tests/headers/union_fields.hpp +++ /dev/null @@ -1,7 +0,0 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq -// -typedef union { - int mInt; - float mFloat; - void* mPointer; -} nsStyleUnion; |