diff options
Diffstat (limited to 'lldb/test/expression_command/char/TestExprsChar.py')
-rw-r--r-- | lldb/test/expression_command/char/TestExprsChar.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/char/TestExprsChar.py b/lldb/test/expression_command/char/TestExprsChar.py index c5745189d56..0e6478ac238 100644 --- a/lldb/test/expression_command/char/TestExprsChar.py +++ b/lldb/test/expression_command/char/TestExprsChar.py @@ -1,3 +1,5 @@ +from __future__ import print_function + import lldb_shared import lldb |