summaryrefslogtreecommitdiffstats
path: root/lldb/test/breakpoint_command/TestBreakpointCommand.py
diff options
context:
space:
mode:
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