summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py')
-rw-r--r--lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py b/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
index 7cd8dd124cd..0ae186ff286 100644
--- a/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
+++ b/lldb/test/lang/cpp/overloaded-functions/TestOverloadedFunctions.py
@@ -33,7 +33,7 @@ class CPPStaticMethodsTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True)
- self.runCmd("process launch", RUN_FAILED)
+ self.runCmd("process launch", RUN_SUCCEEDED)
# The stop reason of the thread should be breakpoint.
self.expect("thread list",
OpenPOWER on IntegriCloud