summaryrefslogtreecommitdiff
path: root/tests/headers/allowlist_fix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/allowlist_fix.hpp')
-rw-r--r--tests/headers/allowlist_fix.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/headers/allowlist_fix.hpp b/tests/headers/allowlist_fix.hpp
deleted file mode 100644
index ff810fc6..00000000
--- a/tests/headers/allowlist_fix.hpp
+++ /dev/null
@@ -1,4 +0,0 @@
-// bindgen-flags: --allowlist-function 'Servo_.*' --blocklist-type Test --raw-line "pub enum Test {}"
-
-struct Test {};
-extern "C" void Servo_Test(Test* a);