diff options
author | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-16 19:38:20 -0500 |
---|---|---|
committer | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-21 16:14:41 -0500 |
commit | 8778ecd8dd10b0db25637ede6bae78c4869cf368 (patch) | |
tree | 0bb4329111eba69cedee37c7b9aa5919c3830799 /tests/headers/union_fields.hpp | |
parent | 8aa41d195b278d36b9cde9d17c01f5651d9b79b3 (diff) |
Union related tests for can derive Eq
Diffstat (limited to 'tests/headers/union_fields.hpp')
-rw-r--r-- | tests/headers/union_fields.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/union_fields.hpp b/tests/headers/union_fields.hpp index 7397ad58..7bb2a3ce 100644 --- a/tests/headers/union_fields.hpp +++ b/tests/headers/union_fields.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq // typedef union { int mInt; |