summaryrefslogtreecommitdiff
path: root/tests/headers/derive-hash-struct-with-anon-struct-float.h
diff options
context:
space:
mode:
authorSergey Pepyakin <s.pepyakin@gmail.com>2017-09-19 20:40:42 +0300
committerSergey Pepyakin <s.pepyakin@gmail.com>2017-09-19 20:40:42 +0300
commite4a4b47f4481f687f9cd88bd95f617784c2108ba (patch)
tree55e11b8c7175ca26e9bdda2a9faa0ee04b9e9006 /tests/headers/derive-hash-struct-with-anon-struct-float.h
parent2f4c7567df8fb6694b9ea90c6f8873e559b9baf8 (diff)
Add --with-derive-partialord for some tests
Diffstat (limited to 'tests/headers/derive-hash-struct-with-anon-struct-float.h')
-rw-r--r--tests/headers/derive-hash-struct-with-anon-struct-float.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/headers/derive-hash-struct-with-anon-struct-float.h b/tests/headers/derive-hash-struct-with-anon-struct-float.h
index 64fe7fd9..f96b9449 100644
--- a/tests/headers/derive-hash-struct-with-anon-struct-float.h
+++ b/tests/headers/derive-hash-struct-with-anon-struct-float.h
@@ -1,6 +1,6 @@
-// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
+// bindgen-flags: --with-derive-hash --with-derive-partialord --with-derive-partialeq --with-derive-eq
//
-/// A struct containing a struct containing a float that cannot derive hash/eq but can derive partial eq.
+/// A struct containing a struct containing a float that cannot derive hash/eq but can derive partialeq and partialord
struct foo {
struct {
float a;