From 0a0490b1520e96b728448b8c43ca873fcaa809dc Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 27 Oct 2015 20:12:05 +0000 Subject: Rename `lldb_shared` to `use_lldb_suite`. llvm-svn: 251444 --- lldb/test/python_api/module_section/TestModuleAndSection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/module_section/TestModuleAndSection.py') diff --git a/lldb/test/python_api/module_section/TestModuleAndSection.py b/lldb/test/python_api/module_section/TestModuleAndSection.py index d12f1ae6ba3..5af54537b26 100644 --- a/lldb/test/python_api/module_section/TestModuleAndSection.py +++ b/lldb/test/python_api/module_section/TestModuleAndSection.py @@ -4,7 +4,7 @@ Test some SBModule and SBSection APIs. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re -- cgit v1.2.3