diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-11 11:13:34 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-14 10:19:14 -0700 |
commit | 3e5b9de1b9eeab0c35d88e14f4cc02ad0c79aa29 (patch) | |
tree | e537c59c7ed4b6079d45e3f4e0cce35e3eb7e260 /tests/headers/anon_enum_trait.hpp | |
parent | 919cbbac48557940b5a197f6f350df40333e39ad (diff) |
Anonymous related tests for derive PartialEq
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 22137392..7d164054 100644 --- a/tests/headers/anon_enum_trait.hpp +++ b/tests/headers/anon_enum_trait.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash +// bindgen-flags: --with-derive-hash --with-derive-partialeq template<typename _Tp> class DataType { |