summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/bool/TestCPPBool.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/cpp/bool/TestCPPBool.py')
-rw-r--r--lldb/test/lang/cpp/bool/TestCPPBool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/bool/TestCPPBool.py b/lldb/test/lang/cpp/bool/TestCPPBool.py
index fc1c57416e9..fbe60f4e979 100644
--- a/lldb/test/lang/cpp/bool/TestCPPBool.py
+++ b/lldb/test/lang/cpp/bool/TestCPPBool.py
@@ -36,7 +36,7 @@ class CPPBoolTestCase(TestBase):
self.set_breakpoint(line_number('main.cpp', '// breakpoint 1'))
- self.runCmd("process launch", RUN_SUCCEEDED)
+ self.runCmd("process launch", RUN_FAILED)
self.expect("expression -- bool second_bool = my_bool; second_bool",
startstr = "(bool) $0 = false")
OpenPOWER on IntegriCloud