From be95954cdda7c696b7e36f070c33afa190ccad1b Mon Sep 17 00:00:00 2001
From: Marc Khouzam <marc.khouzam@ericsson.com>
Date: Tue, 1 Sep 2015 15:59:45 -0400
Subject: [PATCH] Have Debug's automated tests use the new GDB 7.10

Change-Id: I6c2d2aa925b0d54add32ec8d8e8f167d4bdd9b6f
---
 .../org/eclipse/cdt/tests/dsf/gdb/tests/AutomatedSuite.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/AutomatedSuite.java b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/AutomatedSuite.java
index 7eda5846b7f..5972b2c1cdf 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/AutomatedSuite.java
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/AutomatedSuite.java
@@ -10,7 +10,7 @@
  *******************************************************************************/
 package org.eclipse.cdt.tests.dsf.gdb.tests;
 
-import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_9.Suite_7_9;
+import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_10.Suite_7_10;
 import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
@@ -21,7 +21,7 @@ import org.junit.runners.Suite;
 
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-	Suite_7_9.class,
+	Suite_7_10.class,
 	// Can't run the Remote test just yet because they
 	// have the same names on the local tests, which is
 	// not handled by JUnit (https://bugs.eclipse.org/172256)