diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-04 17:53:35 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-09 15:19:00 -0700 |
commit | e967d18c2c7465bd2f3432e4f39776ffa4f1f3ad (patch) | |
tree | 45e533989e2bcc8675841f3ebc038208e65a5cda /tests/headers/layout_array.h | |
parent | df820a20ca904268033a04506b8c96b416ad90ba (diff) |
Layout related tests for derive Hash
Diffstat (limited to 'tests/headers/layout_array.h')
-rw-r--r-- | tests/headers/layout_array.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/layout_array.h b/tests/headers/layout_array.h index 4b99e0ed..fb071df6 100644 --- a/tests/headers/layout_array.h +++ b/tests/headers/layout_array.h @@ -1,3 +1,4 @@ +// bindgen-flags: --with-derive-hash typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; |