summaryrefslogtreecommitdiffstats
path: root/lldb/test/benchmarks/continue/TestBenchmarkContinue.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/benchmarks/continue/TestBenchmarkContinue.py')
-rw-r--r--lldb/test/benchmarks/continue/TestBenchmarkContinue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/benchmarks/continue/TestBenchmarkContinue.py b/lldb/test/benchmarks/continue/TestBenchmarkContinue.py
index fa18afb87c6..61cca067bd1 100644
--- a/lldb/test/benchmarks/continue/TestBenchmarkContinue.py
+++ b/lldb/test/benchmarks/continue/TestBenchmarkContinue.py
@@ -37,7 +37,7 @@ class TestBenchmarkContinue(BenchBase):
bkpt = self.target().FindBreakpointByID(lldbutil.run_break_set_by_source_regexp (self, "// break here"))
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# The stop reason of the thread should be breakpoint.
self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
OpenPOWER on IntegriCloud