diff options
Diffstat (limited to 'lldb/test/functionalities/command_history/TestCommandHistory.py')
-rw-r--r-- | lldb/test/functionalities/command_history/TestCommandHistory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/command_history/TestCommandHistory.py b/lldb/test/functionalities/command_history/TestCommandHistory.py index bb7d78fb4ac..e8a7ccdfa00 100644 --- a/lldb/test/functionalities/command_history/TestCommandHistory.py +++ b/lldb/test/functionalities/command_history/TestCommandHistory.py @@ -4,7 +4,7 @@ Test the command history mechanism from __future__ import print_function -import lldb_shared +import use_lldb_suite import os import lldb |