diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-10 16:55:19 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-14 10:19:14 -0700 |
commit | 6560ed24e0780640e25d2a43be57891f9709f2cf (patch) | |
tree | ec38c4a8a6e566d8b63da1328761365437d69076 /tests/headers/func_ptr_in_struct.h | |
parent | 802e2ad08cb20811671f6eb9757f9956bf172da6 (diff) |
Function related tests for derive PartialEq
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; |