diff options
author | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-16 21:15:15 -0500 |
---|---|---|
committer | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-21 16:14:41 -0500 |
commit | 8ed02618a57ead804c58b263f66dd8047c4bc9c6 (patch) | |
tree | 2a99bdfbf08047de86d90e191fad98126107313c /tests/headers/anon_enum_trait.hpp | |
parent | 096bc876fcc57177c0c18cfca7321f45e5544b25 (diff) |
Anonymous related tests for derive Eq
Diffstat (limited to 'tests/headers/anon_enum_trait.hpp')
-rw-r--r-- | tests/headers/anon_enum_trait.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/anon_enum_trait.hpp b/tests/headers/anon_enum_trait.hpp index 7d164054..865411e2 100644 --- a/tests/headers/anon_enum_trait.hpp +++ b/tests/headers/anon_enum_trait.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq template<typename _Tp> class DataType { |