summaryrefslogtreecommitdiff
path: root/tests/headers/method-mangling.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/method-mangling.hpp')
-rw-r--r--tests/headers/method-mangling.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/method-mangling.hpp b/tests/headers/method-mangling.hpp
deleted file mode 100644
index 0dac4975..00000000
--- a/tests/headers/method-mangling.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-
-class Foo {
-public:
- int type();
-};