diff options
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStopAndContinue.py')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStopAndContinue.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py index 10a4c21d0a8..cc66dd0c6ea 100644 --- a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py @@ -2,6 +2,8 @@ Test calling a function, stopping in the call, continue and gather the result on stop. """ +from __future__ import print_function + import lldb_shared import lldb |