diff options
Diffstat (limited to 'lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py')
-rw-r--r-- | lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py b/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py index 13797e0307a..594b7595e1c 100644 --- a/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py +++ b/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py @@ -4,7 +4,7 @@ Test lldb-mi can interpret CLI commands directly. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldbmi_testcase from lldbtest import * |