mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
- corrected english
This commit is contained in:
parent
e121273887
commit
f90a097f60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue