diff options
Diffstat (limited to 'lldb/test/forward/TestForwardDeclaration.py')
| -rw-r--r-- | lldb/test/forward/TestForwardDeclaration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/forward/TestForwardDeclaration.py b/lldb/test/forward/TestForwardDeclaration.py index 794acdfd88e..639c9bc8fbe 100644 --- a/lldb/test/forward/TestForwardDeclaration.py +++ b/lldb/test/forward/TestForwardDeclaration.py @@ -41,7 +41,7 @@ class ForwardDeclarationTestCase(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']) # This should display correctly. |

