diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-08-09 18:35:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-09 18:35:01 -0500 |
commit | 828d46822459116311cb09dcc9847df1cf9c1dbf (patch) | |
tree | 2dc33b49a35db14adcec8ba88bae9db391753920 /tests/headers/struct_with_large_array.hpp | |
parent | b6400942670694782d87ec0e2393463646e44eb9 (diff) | |
parent | b4895d96698504dc28dfa64c4c4e4c3f3714a3c8 (diff) |
Auto merge of #887 - photoszzt:derive_hash, r=fitzgen
Can derive hash analysis
r? @fitzgen Fix: #876 I haven't enable too much test yet. Enable the option for all tests changes more than 200 of them. I want some input on which test is good to enable or write a new test.
Diffstat (limited to 'tests/headers/struct_with_large_array.hpp')
-rw-r--r-- | tests/headers/struct_with_large_array.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/headers/struct_with_large_array.hpp b/tests/headers/struct_with_large_array.hpp index fc67b333..c9aaa697 100644 --- a/tests/headers/struct_with_large_array.hpp +++ b/tests/headers/struct_with_large_array.hpp @@ -1,3 +1,5 @@ +// bindgen-flags: --with-derive-hash +// struct S { char large_array[33]; }; |