diff options
Diffstat (limited to 'lldb/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py')
| -rw-r--r-- | lldb/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py | 2 |
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 3247be7ad08..55b9042c1f5 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_FAILED) + self.runCmd("run", RUN_SUCCEEDED) # The stop reason of the thread should be breakpoint. # The breakpoint may be hit in either thread 2 or thread 3. |

