From 884e607aab2474bc3b3232e7996591d9ccc9298e Mon Sep 17 00:00:00 2001 From: Pawel Piech Date: Tue, 17 Jun 2008 16:16:19 +0000 Subject: [PATCH] [236321] - Removed the trailing comma in the other AllTests suite. --- .../src/org/eclipse/dd/tests/gdb/AllTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/tests/gdb/AllTests.java b/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/tests/gdb/AllTests.java index 94f304e8140..9111e34b42b 100644 --- a/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/tests/gdb/AllTests.java +++ b/plugins/org.eclipse.dd.tests.gdb/src/org/eclipse/dd/tests/gdb/AllTests.java @@ -26,7 +26,7 @@ import org.junit.runners.Suite; MIRunControlTest.class, ExpressionServiceTest.class, MIMemoryTest.class, - MIBreakpointsTest.class, + MIBreakpointsTest.class /* Add your test class here */ })