summaryrefslogtreecommitdiff
path: root/tests/headers/issue-826-generating-methods-when-asked-not-to.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-826-generating-methods-when-asked-not-to.hpp')
-rw-r--r--tests/headers/issue-826-generating-methods-when-asked-not-to.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/issue-826-generating-methods-when-asked-not-to.hpp b/tests/headers/issue-826-generating-methods-when-asked-not-to.hpp
deleted file mode 100644
index f6b2ed30..00000000
--- a/tests/headers/issue-826-generating-methods-when-asked-not-to.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// bindgen-flags: --ignore-methods -- --target=i686-pc-win32
-
-struct Foo {
- void test();
-};