summaryrefslogtreecommitdiff
path: root/tests/headers/issue-410.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-410.hpp')
-rw-r--r--tests/headers/issue-410.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/headers/issue-410.hpp b/tests/headers/issue-410.hpp
deleted file mode 100644
index d4f3de3d..00000000
--- a/tests/headers/issue-410.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// bindgen-flags: --enable-cxx-namespaces --allowlist-type JS::Value --rustified-enum ".*"
-
-namespace JS {
-class Value;
-}
-typedef enum {} JSWhyMagic;
-namespace JS {
-class Value {
-public:
- void a(JSWhyMagic);
-};
-}