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 3b6407fa82db..29d3c489b2b5 100644 --- a/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py +++ b/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py @@ -4,7 +4,7 @@ Test that we obey thread conditioned breakpoints. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re |