diff options
author | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-16 21:12:51 -0500 |
---|---|---|
committer | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-21 16:14:41 -0500 |
commit | a3a00f2b89745d5fecdf738debf39a60893f5089 (patch) | |
tree | d1aaa89faf034dec0fb4e8a1d0e634300fdf2ea0 /tests/headers/func_ptr_in_struct.h | |
parent | 11511cc0be53db91d495a5924f2631215db80158 (diff) |
Function related tests for derive Eq
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 8718dd9b..24e1f44f 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 --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq // enum baz; |