summaryrefslogtreecommitdiffstats
path: root/lldb/test/stl/TestSTL.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/stl/TestSTL.py')
-rw-r--r--lldb/test/stl/TestSTL.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/stl/TestSTL.py b/lldb/test/stl/TestSTL.py
index b489bae2f34..efa7fb4be82 100644
--- a/lldb/test/stl/TestSTL.py
+++ b/lldb/test/stl/TestSTL.py
@@ -56,7 +56,7 @@ class STLTestCase(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'])
# Now do 'thread step-in', we should stop on the basic_string template.
OpenPOWER on IntegriCloud