summaryrefslogtreecommitdiff
path: root/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py')
-rw-r--r--lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py b/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py
index 0667b5f992bb..ccdc64213b8c 100644
--- a/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py
+++ b/lldb/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py
@@ -4,7 +4,7 @@ Test lldb-mi -interpreter-exec command.
from __future__ import print_function
-import lldb_shared
+import use_lldb_suite
import lldbmi_testcase
from lldbtest import *