Forgot to also check in this file along with the TestBreakpointConditions.py change.

llvm-svn: 120861
This commit is contained in:
Johnny Chen 2010-12-04 00:07:24 +00:00
parent 6b5d5b5c3b
commit f10af38ba5
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,8 @@ BACKTRACE_DISPLAYED_CORRECTLY = "Backtrace displayed correctly"
BREAKPOINT_CREATED = "Breakpoint created successfully" BREAKPOINT_CREATED = "Breakpoint created successfully"
BREAKPOINT_STATE_CORRECT = "Breakpoint state is correct"
BREAKPOINT_PENDING_CREATED = "Pending breakpoint created successfully" BREAKPOINT_PENDING_CREATED = "Pending breakpoint created successfully"
BREAKPOINT_HIT_ONCE = "Breakpoint resolved with hit cout = 1" BREAKPOINT_HIT_ONCE = "Breakpoint resolved with hit cout = 1"