summaryrefslogtreecommitdiff
path: root/tests/headers/only_bitfields.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/only_bitfields.hpp')
-rw-r--r--tests/headers/only_bitfields.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/only_bitfields.hpp b/tests/headers/only_bitfields.hpp
deleted file mode 100644
index 84db0586..00000000
--- a/tests/headers/only_bitfields.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// bindgen-flags: --no-unstable-rust
-class C {
- bool a: 1;
- bool b: 7;
-};