1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

It makes more sense to run the most recent GDB versions first.

This commit is contained in:
Marc Khouzam 2010-09-03 15:11:14 +00:00
parent f41c14c8c0
commit 12d6c482ed

View file

@ -29,11 +29,11 @@ import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
Suite_6_6.class,
Suite_6_7.class,
Suite_6_8.class,
Suite_7_0.class,
Suite_7_1.class,
Suite_7_0.class,
Suite_6_8.class,
Suite_6_7.class,
Suite_6_6.class,
/* Add your suite class here */
})