diff options
Diffstat (limited to 'lldb/test/dead-strip/TestDeadStrip.py')
| -rw-r--r-- | lldb/test/dead-strip/TestDeadStrip.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/dead-strip/TestDeadStrip.py b/lldb/test/dead-strip/TestDeadStrip.py index f1ed17625de..1372c7165d5 100644 --- a/lldb/test/dead-strip/TestDeadStrip.py +++ b/lldb/test/dead-strip/TestDeadStrip.py @@ -48,7 +48,7 @@ class DeadStripTestCase(TestBase): 'stop reason = breakpoint']) # The breakpoint should have a hit count of 1. - self.expect("breakpoint list 1", BREAKPOINT_HIT_ONCE, + self.expect("breakpoint list -f 1", BREAKPOINT_HIT_ONCE, substrs = [' resolved, hit count = 1']) self.runCmd("continue") @@ -60,7 +60,7 @@ class DeadStripTestCase(TestBase): 'stop reason = breakpoint']) # The breakpoint should have a hit count of 1. - self.expect("breakpoint list 3", BREAKPOINT_HIT_ONCE, + self.expect("breakpoint list -f 3", BREAKPOINT_HIT_ONCE, substrs = [' resolved, hit count = 1']) |

