diff options
Diffstat (limited to 'tests/headers/func_ptr_in_struct.h')
-rw-r--r-- | tests/headers/func_ptr_in_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/func_ptr_in_struct.h b/tests/headers/func_ptr_in_struct.h index 6340e3a6..8718dd9b 100644 --- a/tests/headers/func_ptr_in_struct.h +++ b/tests/headers/func_ptr_in_struct.h @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash +// bindgen-flags: --with-derive-hash --with-derive-partialeq // enum baz; |