summaryrefslogtreecommitdiff
path: root/tests/headers/struct_containing_forward_declared_struct.h
diff options
context:
space:
mode:
authorZhiting Zhu <zhitingz@cs.utexas.edu>2017-08-16 19:42:09 -0500
committerZhiting Zhu <zhitingz@cs.utexas.edu>2017-08-21 16:14:41 -0500
commit393ac53cdc591e8bfd68e373b6df06c11fc35443 (patch)
tree3eaa2141aa05d749e599b9b0158e0c6712180534 /tests/headers/struct_containing_forward_declared_struct.h
parent8778ecd8dd10b0db25637ede6bae78c4869cf368 (diff)
Struct related tests for can derive Eq
Diffstat (limited to 'tests/headers/struct_containing_forward_declared_struct.h')
-rw-r--r--tests/headers/struct_containing_forward_declared_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/struct_containing_forward_declared_struct.h b/tests/headers/struct_containing_forward_declared_struct.h
index c118786c..cf7cb5c4 100644
--- a/tests/headers/struct_containing_forward_declared_struct.h
+++ b/tests/headers/struct_containing_forward_declared_struct.h
@@ -1,4 +1,4 @@
-// bindgen-flags: --with-derive-hash --with-derive-partialeq
+// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
struct a {
struct b* val_a;
};