diff options
Diffstat (limited to 'tests/headers/struct_with_anon_struct_pointer.h')
-rw-r--r-- | tests/headers/struct_with_anon_struct_pointer.h | 2 |
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 de628402..5844b509 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 +// bindgen-flags: --with-derive-hash --with-derive-partialeq struct foo { struct { int a; |