diff options
Diffstat (limited to 'lldb/test/dotest.py')
-rwxr-xr-x | lldb/test/dotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index fde7a4fede0..7524ee433c8 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -22,7 +22,7 @@ for available options. from __future__ import print_function -import lldb_shared +import use_lldb_suite import atexit import commands |