summaryrefslogtreecommitdiffstats
path: root/lldb/test/breakpoint_command/TestBreakpointCommand.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-02-02 00:56:40 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-02-02 00:56:40 +0000
commitab62873b63523dfa16826dfeab61adab475d3202 (patch)
tree42411f90d06de9bd4fcc53a20166e17ceb6d41fc /lldb/test/breakpoint_command/TestBreakpointCommand.py
parent03dbf2e2a5241f37789f4cc9ee8b7ae538bee685 (diff)
downloadbcm5719-llvm-ab62873b63523dfa16826dfeab61adab475d3202.tar.gz
bcm5719-llvm-ab62873b63523dfa16826dfeab61adab475d3202.zip
Fix test function breakpoint_command_script_parameters()'s expect-pattern so that
it passes when using clang as the compiler to build the inferior. llvm-svn: 124707
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 102b9a681af..d4aba4137e5 100644
--- a/lldb/test/breakpoint_command/TestBreakpointCommand.py
+++ b/lldb/test/breakpoint_command/TestBreakpointCommand.py
@@ -163,7 +163,7 @@ class BreakpointCommandTestCase(TestBase):
self.expect (output, "File 'output-2.txt' and the content matches", exe=False,
startstr = "frame #0:",
- patterns = ["1.* where = .*main .* 11.* resolved, hit count = 1" ])
+ patterns = ["1.* where = .*main .* resolved, hit count = 1" ])
# Now remove 'output-2.txt'
os.remove ('output-2.txt')
OpenPOWER on IntegriCloud