1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 21:45:22 +02:00

[236321] - org.eclipse.dd.tests.gdb/src/org/eclipse/dd/mi/service/command/commands/AllTests.java:29: illegal start of expression

This commit is contained in:
Pawel Piech 2008-06-16 21:42:56 +00:00
parent cf6a213b68
commit 232e000b0f

View file

@ -23,8 +23,7 @@ import org.junit.runners.Suite;
@RunWith(Suite.class) @RunWith(Suite.class)
@Suite.SuiteClasses({ @Suite.SuiteClasses({
TestMIBreakInsertCommand.class, TestMIBreakInsertCommand.class,
TestMICommandConstructCommand.class, TestMICommandConstructCommand.class
/* Add your test class here */ /* Add your test class here */
}) })