1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00

- oops, undo adding catchpoints before I commit it

This commit is contained in:
Alena Laskavaia 2008-04-24 21:09:04 +00:00
parent 0aa67427b4
commit 069df53a53

View file

@ -38,7 +38,7 @@ public class AllDebugTests {
suite.addTest(DebugTests.suite());
suite.addTest(BreakpointTests.suite());
suite.addTest(LocationTests.suite());
suite.addTest(CatchpointTests.suite());
// suite.addTest(CatchpointTests.suite());
return suite;