diff options
Diffstat (limited to 'tests/headers/anon_union.hpp')
-rw-r--r-- | tests/headers/anon_union.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/headers/anon_union.hpp b/tests/headers/anon_union.hpp index 250dcb1a..ca1d3bc1 100644 --- a/tests/headers/anon_union.hpp +++ b/tests/headers/anon_union.hpp @@ -1,5 +1,4 @@ -// bindgen-flags: --with-derive-hash - +// bindgen-flags: --with-derive-hash --with-derive-partialeq template<typename T> struct TErrorResult { enum UnionState { |