summaryrefslogtreecommitdiff
path: root/tests/headers/class_with_inner_struct_1_0.hpp
diff options
context:
space:
mode:
authorZhiting Zhu <zhitingz@cs.utexas.edu>2017-08-16 19:43:17 -0500
committerZhiting Zhu <zhitingz@cs.utexas.edu>2017-08-21 16:14:41 -0500
commit1990e9109e526d08a30f67f7a7528b8f73814c25 (patch)
treeeafaebab4ca07a424ff539eb69c8c15fcb789a83 /tests/headers/class_with_inner_struct_1_0.hpp
parent393ac53cdc591e8bfd68e373b6df06c11fc35443 (diff)
Class related tests for can derive Eq
Diffstat (limited to 'tests/headers/class_with_inner_struct_1_0.hpp')
-rw-r--r--tests/headers/class_with_inner_struct_1_0.hpp2
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 86338b06..0bb8a57f 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 --with-derive-partialeq
+// bindgen-flags: --rust-target 1.0 --with-derive-hash --with-derive-partialeq --with-derive-eq
// bindgen-flags: -- -std=c++11
class A {