diff options
Diffstat (limited to 'lldb/test/expression_command/po_verbosity/TestPoVerbosity.py')
-rw-r--r-- | lldb/test/expression_command/po_verbosity/TestPoVerbosity.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py b/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py index 829b35dd091..9603bb536cb 100644 --- a/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py +++ b/lldb/test/expression_command/po_verbosity/TestPoVerbosity.py @@ -2,6 +2,8 @@ Test that the po command acts correctly. """ +from __future__ import print_function + import lldb_shared import lldb |