diff --git a/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/mi/service/command/commands/AllTests.java b/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/mi/service/command/commands/AllTests.java index a1f34c313a4..299508bb3ff 100644 --- a/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/mi/service/command/commands/AllTests.java +++ b/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/mi/service/command/commands/AllTests.java @@ -23,8 +23,7 @@ import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ TestMIBreakInsertCommand.class, - TestMICommandConstructCommand.class, - + TestMICommandConstructCommand.class /* Add your test class here */ })