summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/forward/TestForwardDeclaration.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/c/forward/TestForwardDeclaration.py')
-rw-r--r--lldb/test/lang/c/forward/TestForwardDeclaration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/c/forward/TestForwardDeclaration.py b/lldb/test/lang/c/forward/TestForwardDeclaration.py
index bc1388d8006..6fb0eb9645a 100644
--- a/lldb/test/lang/c/forward/TestForwardDeclaration.py
+++ b/lldb/test/lang/c/forward/TestForwardDeclaration.py
@@ -35,7 +35,7 @@ class ForwardDeclarationTestCase(TestBase):
# Break inside the foo function which takes a bar_ptr argument.
lldbutil.run_break_set_by_symbol (self, "foo", num_expected_locations=1, sym_exact=True)
- self.runCmd("run", RUN_FAILED)
+ self.runCmd("run", RUN_SUCCEEDED)
# The stop reason of the thread should be breakpoint.
self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
OpenPOWER on IntegriCloud