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.hpp | |
parent | 919cbbac48557940b5a197f6f350df40333e39ad (diff) |
Anonymous related tests for derive PartialEq
Diffstat (limited to 'tests/headers/anon_enum.hpp')
-rw-r--r-- | tests/headers/anon_enum.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/anon_enum.hpp b/tests/headers/anon_enum.hpp index 1a55a8d1..48df3c7a 100644 --- a/tests/headers/anon_enum.hpp +++ b/tests/headers/anon_enum.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash +// bindgen-flags: --with-derive-hash --with-derive-partialeq struct Test { int foo; float bar; |