Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.tests/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.core.tests/plugin.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/org.eclipse.cdt.core.tests/plugin.xml b/core/org.eclipse.cdt.core.tests/plugin.xml
index 3a632d3e204..01861baac28 100644
--- a/core/org.eclipse.cdt.core.tests/plugin.xml
+++ b/core/org.eclipse.cdt.core.tests/plugin.xml
@@ -1,16 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
-
- <extension
- id="runTests"
- point="org.eclipse.core.runtime.applications">
- <application>
- <run
- class="org.eclipse.cdt.core.suite.RunTests">
- </run>
- </application>
- </extension>
<extension
id="TestProject"
name="C/C++ Test Project"

Back to the top