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_1_0.hpp | |
parent | 3370133b02ad51f17ded87d11174790c8d3cc8ed (diff) |
Class related tests for derive PartialEq
Diffstat (limited to 'tests/headers/class_with_inner_struct_1_0.hpp')
-rw-r--r-- | tests/headers/class_with_inner_struct_1_0.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/class_with_inner_struct_1_0.hpp b/tests/headers/class_with_inner_struct_1_0.hpp index d5fe0723..86338b06 100644 --- a/tests/headers/class_with_inner_struct_1_0.hpp +++ b/tests/headers/class_with_inner_struct_1_0.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --rust-target 1.0 --with-derive-hash +// bindgen-flags: --rust-target 1.0 --with-derive-hash --with-derive-partialeq // bindgen-flags: -- -std=c++11 class A { |