diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-11 11:31:45 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-14 10:19:14 -0700 |
commit | 5b41c8ea0cc9f046ccafcd9dfdbd1faad579213d (patch) | |
tree | 883ceb022328d7f6943e0eed9a6bc88cf7a5196d /tests/headers/layout_array.h | |
parent | 93e7ccdd9a978e4b05fc171bfe0ff8952aa0b406 (diff) |
Layout related tests for derive PartialEq
Diffstat (limited to 'tests/headers/layout_array.h')
-rw-r--r-- | tests/headers/layout_array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/layout_array.h b/tests/headers/layout_array.h index fb071df6..9db81f91 100644 --- a/tests/headers/layout_array.h +++ b/tests/headers/layout_array.h @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash +// bindgen-flags: --with-derive-hash --with-derive-partialeq typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; |