summaryrefslogtreecommitdiff
path: root/tests/headers/no_copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/no_copy.hpp')
-rw-r--r--tests/headers/no_copy.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/no_copy.hpp b/tests/headers/no_copy.hpp
deleted file mode 100644
index 349e428e..00000000
--- a/tests/headers/no_copy.hpp
+++ /dev/null
@@ -1,6 +0,0 @@
-
-/** <div rustbindgen nocopy></div> */
-template<typename T>
-class CopiableButWait {
- int whatever;
-};