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_use_as.hpp | |
parent | 3370133b02ad51f17ded87d11174790c8d3cc8ed (diff) |
Class related tests for derive PartialEq
Diffstat (limited to 'tests/headers/class_use_as.hpp')
-rw-r--r-- | tests/headers/class_use_as.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/class_use_as.hpp b/tests/headers/class_use_as.hpp index 6924255d..267185c7 100644 --- a/tests/headers/class_use_as.hpp +++ b/tests/headers/class_use_as.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash +// bindgen-flags: --with-derive-hash --with-derive-partialeq /** * <div rustbindgen="true" replaces="whatever"></div> |