From 7308ee86f14d3db5a4f37e6a99790d8646c12d3a Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Tue, 19 Sep 2017 22:52:05 +0300 Subject: Add --with-derive-ord to some tests --- tests/headers/derive-hash-struct-with-float-array.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/headers/derive-hash-struct-with-float-array.h') diff --git a/tests/headers/derive-hash-struct-with-float-array.h b/tests/headers/derive-hash-struct-with-float-array.h index 937217a0..2294b1de 100644 --- a/tests/headers/derive-hash-struct-with-float-array.h +++ b/tests/headers/derive-hash-struct-with-float-array.h @@ -1,6 +1,6 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialord --with-derive-partialeq --with-derive-eq +// bindgen-flags: --with-derive-hash --with-derive-partialord --with-derive-ord --with-derive-partialeq --with-derive-eq // -/// A struct containing an array of floats that cannot derive hash/eq but can derive partialeq and partialord +/// A struct containing an array of floats that cannot derive Hash/Eq/Ord but can derive PartialEq/PartialOrd struct foo { float bar[3]; }; -- cgit v1.2.3