summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_large_array.hpp
diff options
context:
space:
mode:
authorZhiting Zhu <zzhu@mozilla.com>2017-08-10 16:38:00 -0700
committerZhiting Zhu <zzhu@mozilla.com>2017-08-14 10:19:14 -0700
commit3370133b02ad51f17ded87d11174790c8d3cc8ed (patch)
treeeff10ec82c3003e9a66c6f0a12db03f548dcd7af /tests/headers/struct_with_large_array.hpp
parentbdc197ba65e70ee5bcdfe0b2211d2ef39c486e57 (diff)
Struct related tests for derive PartialEq
Diffstat (limited to 'tests/headers/struct_with_large_array.hpp')
-rw-r--r--tests/headers/struct_with_large_array.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/struct_with_large_array.hpp b/tests/headers/struct_with_large_array.hpp
index c9aaa697..2c925527 100644
--- a/tests/headers/struct_with_large_array.hpp
+++ b/tests/headers/struct_with_large_array.hpp
@@ -1,4 +1,4 @@
-// bindgen-flags: --with-derive-hash
+// bindgen-flags: --with-derive-hash --with-derive-partialeq
//
struct S {
char large_array[33];