summaryrefslogtreecommitdiff
path: root/tests/headers/no-hash-allowlisted.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/no-hash-allowlisted.hpp')
-rw-r--r--tests/headers/no-hash-allowlisted.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/no-hash-allowlisted.hpp b/tests/headers/no-hash-allowlisted.hpp
deleted file mode 100644
index 0f60817d..00000000
--- a/tests/headers/no-hash-allowlisted.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// bindgen-flags: --with-derive-hash --allowlist-type "NoHash" --no-hash "NoHash"
-
-class NoHash {
- int i;
-};