summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/interpreter/TestCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-10-27 20:12:05 +0000
committerZachary Turner <zturner@google.com>2015-10-27 20:12:05 +0000
commit0a0490b1520e96b728448b8c43ca873fcaa809dc (patch)
treed86351542362fcd3187d40fdfb0ccb939ac2f99a /lldb/test/python_api/interpreter/TestCommandInterpreterAPI.py
parent235acde953856a52b692cecf2c0484f2c30fdf43 (diff)
Rename `lldb_shared` to `use_lldb_suite`.
llvm-svn: 251444
Diffstat (limited to 'lldb/test/python_api/interpreter/TestCommandInterpreterAPI.py')
-rw-r--r--lldb/test/python_api/interpreter/TestCommandInterpreterAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/interpreter/TestCommandInterpreterAPI.py b/lldb/test/python_api/interpreter/TestCommandInterpreterAPI.py
index 3755bfbd33ff..e5725674f86d 100644
--- a/lldb/test/python_api/interpreter/TestCommandInterpreterAPI.py
+++ b/lldb/test/python_api/interpreter/TestCommandInterpreterAPI.py
@@ -2,7 +2,7 @@
from __future__ import print_function
-import lldb_shared
+import use_lldb_suite
import os
import lldb