summaryrefslogtreecommitdiff
path: root/tests/headers/derive-hash-struct-with-float-array.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/derive-hash-struct-with-float-array.h')
-rw-r--r--tests/headers/derive-hash-struct-with-float-array.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/derive-hash-struct-with-float-array.h b/tests/headers/derive-hash-struct-with-float-array.h
deleted file mode 100644
index 2294b1de..00000000
--- a/tests/headers/derive-hash-struct-with-float-array.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// 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/Ord but can derive PartialEq/PartialOrd
-struct foo {
- float bar[3];
-};