summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/this/TestCPPThis.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/this/TestCPPThis.py')
-rw-r--r--lldb/test/lang/cpp/this/TestCPPThis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/this/TestCPPThis.py b/lldb/test/lang/cpp/this/TestCPPThis.py
index 1e5731e05c7..32d60779f1a 100644
--- a/lldb/test/lang/cpp/this/TestCPPThis.py
+++ b/lldb/test/lang/cpp/this/TestCPPThis.py
@@ -43,7 +43,7 @@ class CPPThisTestCase(TestBase):
self.set_breakpoint(line_number('main.cpp', '// breakpoint 3'))
self.set_breakpoint(line_number('main.cpp', '// breakpoint 4'))
- self.runCmd("process launch", RUN_SUCCEEDED)
+ self.runCmd("process launch", RUN_FAILED)
self.expect("expression -- m_a = 2",
startstr = "(int) $0 = 2")
OpenPOWER on IntegriCloud