summaryrefslogtreecommitdiff
path: root/tests/headers/issue-674-1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-674-1.hpp')
-rw-r--r--tests/headers/issue-674-1.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/issue-674-1.hpp b/tests/headers/issue-674-1.hpp
deleted file mode 100644
index 7fc781c1..00000000
--- a/tests/headers/issue-674-1.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-// bindgen-flags: --enable-cxx-namespaces --allowlist-type CapturingContentInfo --opaque-type 'mozilla::Maybe' -- -std=c++14
-
-namespace mozilla {
-template <class T> class Maybe { using ValueType = T; };
-}
-struct CapturingContentInfo {
- mozilla::Maybe<float> a;
-};