summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py')
-rw-r--r--lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py b/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
index 1d2e1119b42..96b2d6a98a9 100644
--- a/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
+++ b/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
@@ -48,7 +48,7 @@ class BreakpointAfterJoinTestCase(TestBase):
substrs = ["1: file = 'main.cpp', line = %d, exact_match = 0, 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.
self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
OpenPOWER on IntegriCloud