Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2016-03-16 23:05:39 +0000
committerAlena Laskavaia2016-03-17 13:24:39 +0000
commit6aefe76491fd30ee2fe9f29df7c448f02aa15e6f (patch)
treef38ebae83556eb8e4246865920aadcbc39657991 /dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
parentf838c07db674af4d56211a9e484a1d593c55ec25 (diff)
downloadorg.eclipse.cdt-6aefe76491fd30ee2fe9f29df7c448f02aa15e6f.tar.gz
org.eclipse.cdt-6aefe76491fd30ee2fe9f29df7c448f02aa15e6f.tar.xz
org.eclipse.cdt-6aefe76491fd30ee2fe9f29df7c448f02aa15e6f.zip
gdb catchpoints registers tests cleanup
Diffstat (limited to 'dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml')
-rw-r--r--dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
index 073c486e4f5..02024fcd133 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
@@ -19,7 +19,7 @@
<dsf.gdb.tests.gdbPath>/shared/common/gdb/gdb-all/bin</dsf.gdb.tests.gdbPath>
<dsf.gdb.tests.gdbTestSuite>AutomatedSuite.java</dsf.gdb.tests.gdbTestSuite>
<dsf.gdb.tests.timeout.multiplier>1</dsf.gdb.tests.timeout.multiplier>
- <cdt.tests.dsf.gdb.versions>gdb.7.11,gdbserver.7.11</cdt.tests.dsf.gdb.versions>
+ <cdt.tests.dsf.gdb.versions>gdb.7.11</cdt.tests.dsf.gdb.versions>
</properties>
<build>
<plugins>

Back to the top