summaryrefslogtreecommitdiff
path: root/tests/headers/public-dtor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/public-dtor.hpp')
-rw-r--r--tests/headers/public-dtor.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/headers/public-dtor.hpp b/tests/headers/public-dtor.hpp
deleted file mode 100644
index 5d4fb592..00000000
--- a/tests/headers/public-dtor.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-namespace cv {
-class String {
-public:
- ~String();
-};
-
-
-inline
-String::~String()
-{
-}
-
-}