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, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/command_history/TestCommandHistory.py b/lldb/test/functionalities/command_history/TestCommandHistory.py index 3022433a594..bb7d78fb4ac 100644 --- a/lldb/test/functionalities/command_history/TestCommandHistory.py +++ b/lldb/test/functionalities/command_history/TestCommandHistory.py @@ -2,6 +2,8 @@ Test the command history mechanism """ +from __future__ import print_function + import lldb_shared import os |