summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/radar_8638051/Test8638051.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/expression_command/radar_8638051/Test8638051.py')
-rw-r--r--lldb/test/expression_command/radar_8638051/Test8638051.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/radar_8638051/Test8638051.py b/lldb/test/expression_command/radar_8638051/Test8638051.py
index 09ddd106bbc..823c8e12113 100644
--- a/lldb/test/expression_command/radar_8638051/Test8638051.py
+++ b/lldb/test/expression_command/radar_8638051/Test8638051.py
@@ -19,7 +19,7 @@ class Radar8638051TestCase(TestBase):
self.runCmd("breakpoint set -n c")
- self.runCmd("run", RUN_FAILED)
+ self.runCmd("run", RUN_SUCCEEDED)
self.expect("expression val",
startstr = "(int) $0 = 1")
OpenPOWER on IntegriCloud