diff options
Diffstat (limited to 'lldb/test/lldbpexpect.py')
-rw-r--r-- | lldb/test/lldbpexpect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lldbpexpect.py b/lldb/test/lldbpexpect.py index 6110b320dd5..5fee6cff474 100644 --- a/lldb/test/lldbpexpect.py +++ b/lldb/test/lldbpexpect.py @@ -1,6 +1,6 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldb from lldbtest import * |