summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py')
-rw-r--r--lldb/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py b/lldb/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py
index b0358e6b457..a54aa7993bd 100644
--- a/lldb/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py
+++ b/lldb/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py
@@ -48,7 +48,7 @@ class MultipleBreakpointTestCase(TestBase):
substrs = ["1: file = 'main.cpp', line = %d, locations = 1" % self.breakpoint])
# Run the program.
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# The stop reason of the thread should be breakpoint.
# The breakpoint may be hit in either thread 2 or thread 3.
OpenPOWER on IntegriCloud