diff options
Diffstat (limited to 'tests/headers/virtual_dtor.hpp')
-rw-r--r-- | tests/headers/virtual_dtor.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/headers/virtual_dtor.hpp b/tests/headers/virtual_dtor.hpp deleted file mode 100644 index c35dcab1..00000000 --- a/tests/headers/virtual_dtor.hpp +++ /dev/null @@ -1,3 +0,0 @@ -struct nsSlots { - virtual ~nsSlots(); -}; |