diff options
Diffstat (limited to 'lldb/test/functionalities/thread/TestNumThreads.py')
-rw-r--r-- | lldb/test/functionalities/thread/TestNumThreads.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/TestNumThreads.py b/lldb/test/functionalities/thread/TestNumThreads.py index c308ec003bc..a7d015048a5 100644 --- a/lldb/test/functionalities/thread/TestNumThreads.py +++ b/lldb/test/functionalities/thread/TestNumThreads.py @@ -44,7 +44,7 @@ class NumberOfThreadsTestCase(TestBase): substrs = ["1: file = 'main.cpp', line = %d, exact_match = 0, locations = 1" % self.line]) # Run the program. - self.runCmd("run", RUN_FAILED) + self.runCmd("run", RUN_SUCCEEDED) # Stopped once. self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT, |