diff options
Diffstat (limited to 'lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py')
-rw-r--r-- | lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py b/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py index 760b950651f..261c524c9de 100644 --- a/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py +++ b/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py @@ -4,7 +4,7 @@ Test number of threads. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |