summaryrefslogtreecommitdiff
path: root/tests/headers/anon_enum_allowlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/anon_enum_allowlist.h')
-rw-r--r--tests/headers/anon_enum_allowlist.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/anon_enum_allowlist.h b/tests/headers/anon_enum_allowlist.h
deleted file mode 100644
index 94119a87..00000000
--- a/tests/headers/anon_enum_allowlist.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// bindgen-flags: --allowlist-var "NODE_.*" --rustified-enum ".*"
-
-enum {
- NODE_FLAG_FOO,
- NODE_FLAG_BAR,
-};