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