diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-10 16:38:00 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-14 10:19:14 -0700 |
commit | 3370133b02ad51f17ded87d11174790c8d3cc8ed (patch) | |
tree | eff10ec82c3003e9a66c6f0a12db03f548dcd7af /tests/headers/struct_containing_forward_declared_struct.h | |
parent | bdc197ba65e70ee5bcdfe0b2211d2ef39c486e57 (diff) |
Struct related tests for derive PartialEq
Diffstat (limited to 'tests/headers/struct_containing_forward_declared_struct.h')
-rw-r--r-- | tests/headers/struct_containing_forward_declared_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/struct_containing_forward_declared_struct.h b/tests/headers/struct_containing_forward_declared_struct.h index 68828192..c118786c 100644 --- a/tests/headers/struct_containing_forward_declared_struct.h +++ b/tests/headers/struct_containing_forward_declared_struct.h @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash +// bindgen-flags: --with-derive-hash --with-derive-partialeq struct a { struct b* val_a; }; |