diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-10 16:42:12 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-14 10:19:14 -0700 |
commit | ea4cf0344aadb55660314a92cd090412b1eafcf0 (patch) | |
tree | e2424efc4f91a51ae0b8726051ac260ddab4883a /tests/headers/class_with_inner_struct.hpp | |
parent | 3370133b02ad51f17ded87d11174790c8d3cc8ed (diff) |
Class related tests for derive PartialEq
Diffstat (limited to 'tests/headers/class_with_inner_struct.hpp')
-rw-r--r-- | tests/headers/class_with_inner_struct.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/class_with_inner_struct.hpp b/tests/headers/class_with_inner_struct.hpp index 781a01db..c50cfa2b 100644 --- a/tests/headers/class_with_inner_struct.hpp +++ b/tests/headers/class_with_inner_struct.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash +// bindgen-flags: --with-derive-hash --with-derive-partialeq // bindgen-flags: -- -std=c++11 class A { |