summaryrefslogtreecommitdiff
path: root/tests/headers/derive-hash-template-def-float.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/derive-hash-template-def-float.hpp')
-rw-r--r--tests/headers/derive-hash-template-def-float.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/headers/derive-hash-template-def-float.hpp b/tests/headers/derive-hash-template-def-float.hpp
index 2dbe5409..253fb9ce 100644
--- a/tests/headers/derive-hash-template-def-float.hpp
+++ b/tests/headers/derive-hash-template-def-float.hpp
@@ -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
//
-/// Template definition containing a float, which cannot derive hash/eq but can derive partialeq and partialord.
+/// Template definition containing a float, which cannot derive Hash/Eq/Ord but can derive PartialEq/PartialOrd.
template <typename T>
struct foo {
T data;