summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_anon_struct_pointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/struct_with_anon_struct_pointer.h')
-rw-r--r--tests/headers/struct_with_anon_struct_pointer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/struct_with_anon_struct_pointer.h b/tests/headers/struct_with_anon_struct_pointer.h
index 5844b509..d92c8011 100644
--- a/tests/headers/struct_with_anon_struct_pointer.h
+++ b/tests/headers/struct_with_anon_struct_pointer.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 foo {
struct {
int a;