summaryrefslogtreecommitdiff
path: root/tests/headers/no-recursive-allowlisting.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/no-recursive-allowlisting.h')
-rw-r--r--tests/headers/no-recursive-allowlisting.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/no-recursive-allowlisting.h b/tests/headers/no-recursive-allowlisting.h
deleted file mode 100644
index 1c661711..00000000
--- a/tests/headers/no-recursive-allowlisting.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// bindgen-flags: --no-recursive-allowlist --allowlist-type "Foo" --raw-line "pub enum Bar {}" --rustified-enum ".*"
-
-struct Bar;
-
-struct Foo {
- struct Bar* baz;
-};