summaryrefslogtreecommitdiff
path: root/tests/headers/nested_vtable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/nested_vtable.hpp')
-rw-r--r--tests/headers/nested_vtable.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/nested_vtable.hpp b/tests/headers/nested_vtable.hpp
deleted file mode 100644
index 87d6ce1f..00000000
--- a/tests/headers/nested_vtable.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-class nsISupports {
-public:
- virtual nsISupports* QueryInterface();
-};
-
-class nsIRunnable : public nsISupports {};
-
-class Runnable : public nsIRunnable {};