summaryrefslogtreecommitdiff
path: root/tests/headers/forward-inherit-struct.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/forward-inherit-struct.hpp')
-rw-r--r--tests/headers/forward-inherit-struct.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/forward-inherit-struct.hpp b/tests/headers/forward-inherit-struct.hpp
deleted file mode 100644
index ac7aef5e..00000000
--- a/tests/headers/forward-inherit-struct.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-template <typename> class Rooted;
-namespace js {
- template <typename T> class RootedBase {};
-}
-template <typename T> class Rooted : js::RootedBase<T> {};