summaryrefslogtreecommitdiff
path: root/tests/headers/no_default.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/no_default.hpp')
-rw-r--r--tests/headers/no_default.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/no_default.hpp b/tests/headers/no_default.hpp
deleted file mode 100644
index 79d25fbd..00000000
--- a/tests/headers/no_default.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-
-/** <div rustbindgen nodefault></div> */
-template<typename T>
-class DefaultButWait {
- int whatever;
-};
-
-template<typename T>
-class DefaultButWaitDerived {
- DefaultButWait<T> whatever;
-};