summaryrefslogtreecommitdiff
path: root/tests/headers/derive-hash-and-blocklist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/derive-hash-and-blocklist.hpp')
-rw-r--r--tests/headers/derive-hash-and-blocklist.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/derive-hash-and-blocklist.hpp b/tests/headers/derive-hash-and-blocklist.hpp
deleted file mode 100644
index 51a3372f..00000000
--- a/tests/headers/derive-hash-and-blocklist.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// bindgen-flags: --with-derive-hash --blocklist-type BlocklistMe --raw-line 'pub struct BlocklistMe(u8);'
-
-struct BlocklistMe {};
-
-/**
- * Because this type contains a blocklisted type, it should not derive Hash.
- */
-struct ShouldNotDeriveHash {
- BlocklistMe a;
-};