diff options
Diffstat (limited to 'lldb/test/functionalities/target_command/TestTargetCommand.py')
-rw-r--r-- | lldb/test/functionalities/target_command/TestTargetCommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/target_command/TestTargetCommand.py b/lldb/test/functionalities/target_command/TestTargetCommand.py index bf1d1855c69..7ffc64c3667 100644 --- a/lldb/test/functionalities/target_command/TestTargetCommand.py +++ b/lldb/test/functionalities/target_command/TestTargetCommand.py @@ -4,7 +4,7 @@ Test some target commands: create, list, select, variable. from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldb import sys |