From e4a4b47f4481f687f9cd88bd95f617784c2108ba Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Tue, 19 Sep 2017 20:40:42 +0300 Subject: Add --with-derive-partialord for some tests --- tests/headers/derive-hash-struct-with-anon-struct-float.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/headers/derive-hash-struct-with-anon-struct-float.h') 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; -- cgit v1.2.3