summaryrefslogtreecommitdiffstats
path: root/lldb/test/breakpoint_command/TestBreakpointCommand.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-10-18 15:44:42 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-10-18 15:44:42 +0000
commit0c724effb85bebb6246d40c44843465190f3ec8c (patch)
tree66e187ab5472f2eba351ba06054015ff6a2a14a7 /lldb/test/breakpoint_command/TestBreakpointCommand.py
parenta310806ae57f873baf1d0a4de47eb122fd9d4202 (diff)
downloadbcm5719-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.py2
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.
OpenPOWER on IntegriCloud