diff options
Diffstat (limited to 'lldb/test/python_api/section/TestSectionAPI.py')
-rwxr-xr-x | lldb/test/python_api/section/TestSectionAPI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/section/TestSectionAPI.py b/lldb/test/python_api/section/TestSectionAPI.py index 4575f90747c..26002fb3400 100755 --- a/lldb/test/python_api/section/TestSectionAPI.py +++ b/lldb/test/python_api/section/TestSectionAPI.py @@ -4,7 +4,7 @@ Test SBSection APIs. from __future__ import print_function -import lldb_shared +import use_lldb_suite from lldbtest import * |