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

- corrected english

This commit is contained in:
Alena Laskavaia 2008-04-28 14:09:37 +00:00
parent e121273887
commit f90a097f60

View file

@ -89,7 +89,7 @@ public class EventBreakpointTests extends AbstractDebugTest {
curbreak = (ICDIEventBreakpoint) breakpoints[0];
} else
curbreak = null;
assertNotNull("Found breakpoint is not catchpoint",curbreak);
assertNotNull("Found breakpoint is not an event breakpoint",curbreak);
currentTarget.resume(false);
waitSuspend(currentTarget);
// it is stopped we are fine, it did hit breakpoint