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