summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py')
-rw-r--r--lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py
index cd0984dd696..568b14ad167 100644
--- a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py
+++ b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py
@@ -28,7 +28,7 @@ class Radar9673644TestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, self.main_source, self.line, num_expected_locations=1, loc_exact=True)
- self.runCmd("run", RUN_FAILED)
+ self.runCmd("run", RUN_SUCCEEDED)
# rdar://problem/9673664 lldb expression evaluation problem
OpenPOWER on IntegriCloud