diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-10-18 15:44:42 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-10-18 15:44:42 +0000 |
| commit | 0c724effb85bebb6246d40c44843465190f3ec8c (patch) | |
| tree | 66e187ab5472f2eba351ba06054015ff6a2a14a7 /lldb/test/breakpoint_command/TestBreakpointCommand.py | |
| parent | a310806ae57f873baf1d0a4de47eb122fd9d4202 (diff) | |
| download | bcm5719-llvm-0c724effb85bebb6246d40c44843465190f3ec8c.tar.gz bcm5719-llvm-0c724effb85bebb6246d40c44843465190f3ec8c.zip | |
The StateType representation has been changed. Modify the test cases to accommodate.
llvm-svn: 116705
Diffstat (limited to 'lldb/test/breakpoint_command/TestBreakpointCommand.py')
| -rw-r--r-- | lldb/test/breakpoint_command/TestBreakpointCommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/breakpoint_command/TestBreakpointCommand.py b/lldb/test/breakpoint_command/TestBreakpointCommand.py index 451c3444c84..1dfc23ff8b9 100644 --- a/lldb/test/breakpoint_command/TestBreakpointCommand.py +++ b/lldb/test/breakpoint_command/TestBreakpointCommand.py @@ -113,7 +113,7 @@ class BreakpointCommandTestCase(TestBase): # The stop reason of the thread should be breakpoint. self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT, - substrs = ['state is Stopped', + substrs = ['state is stopped', 'stop reason = breakpoint']) # The breakpoint should have a hit count of 2. |

