summaryrefslogtreecommitdiff
path: root/tests/headers/derive-hash-template-inst-float.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/derive-hash-template-inst-float.hpp')
-rw-r--r--tests/headers/derive-hash-template-inst-float.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/headers/derive-hash-template-inst-float.hpp b/tests/headers/derive-hash-template-inst-float.hpp
index 14fd89a0..d189ba71 100644
--- a/tests/headers/derive-hash-template-inst-float.hpp
+++ b/tests/headers/derive-hash-template-inst-float.hpp
@@ -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
//
-/// Template definition that doesn't contain float can derive hash/partialeq/eq
+/// Template definition that doesn't contain float can derive hash/partialord/partialeq/eq
template <typename T>
struct foo {
T data;