diff options
Diffstat (limited to 'lldb/test/load_unload/TestLoadUnload.py')
| -rw-r--r-- | lldb/test/load_unload/TestLoadUnload.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/load_unload/TestLoadUnload.py b/lldb/test/load_unload/TestLoadUnload.py index def3aef376f..8dff34df47b 100644 --- a/lldb/test/load_unload/TestLoadUnload.py +++ b/lldb/test/load_unload/TestLoadUnload.py @@ -184,7 +184,7 @@ class LoadUnloadTestCase(TestBase): 'stop reason = breakpoint']) # The breakpoint should have a hit count of 1. - self.expect("breakpoint list", BREAKPOINT_HIT_ONCE, + self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE, substrs = [' resolved, hit count = 1']) # Issue the 'contnue' command. We should stop agaian at a_function. @@ -199,7 +199,7 @@ class LoadUnloadTestCase(TestBase): 'stop reason = breakpoint']) # The breakpoint should have a hit count of 2. - self.expect("breakpoint list", BREAKPOINT_HIT_ONCE, + self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE, substrs = [' resolved, hit count = 2']) |

