diff options
Diffstat (limited to 'lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py')
-rw-r--r-- | lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py b/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py index 3faed3fe6b3..cd8adb0759d 100644 --- a/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py +++ b/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py @@ -37,7 +37,7 @@ class ThreadSpecificBreakTestCase(TestBase): target = self.dbg.CreateTarget(exe) self.assertTrue(target, VALID_TARGET) - main_source_spec = lldb.SBFileSpec ("main.c") + main_source_spec = lldb.SBFileSpec ("main.cpp") # Set a breakpoint in the thread body, and make it active for only the first thread. break_thread_body = target.BreakpointCreateBySourceRegex ("Break here in thread body.", main_source_spec) |