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_with_anon_unnamed_struct.h | |
parent | 8aa41d195b278d36b9cde9d17c01f5651d9b79b3 (diff) |
Union related tests for can derive Eq
Diffstat (limited to 'tests/headers/union_with_anon_unnamed_struct.h')
-rw-r--r-- | tests/headers/union_with_anon_unnamed_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/union_with_anon_unnamed_struct.h b/tests/headers/union_with_anon_unnamed_struct.h index 5214db4c..04903318 100644 --- a/tests/headers/union_with_anon_unnamed_struct.h +++ b/tests/headers/union_with_anon_unnamed_struct.h @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq // union pixel { unsigned int rgba; |