summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_large_array.hpp
diff options
context:
space:
mode:
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];