Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.wst.jsdt.core.tests.model/workspace/TypeHierarchy/src/p3/I1.js')
-rw-r--r--tests/org.eclipse.wst.jsdt.core.tests.model/workspace/TypeHierarchy/src/p3/I1.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/TypeHierarchy/src/p3/I1.js b/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/TypeHierarchy/src/p3/I1.js
deleted file mode 100644
index 6d48c6b..0000000
--- a/tests/org.eclipse.wst.jsdt.core.tests.model/workspace/TypeHierarchy/src/p3/I1.js
+++ /dev/null
@@ -1,4 +0,0 @@
-package p3;
-/* Test case for bug 23644 hierarchy: getAllSuperTypes does not include all superinterfaces? */
-public interface I1 {
-} \ No newline at end of file

Back to the top