diff options
Diffstat (limited to 'lldb/test/expression_command/call-restarts/TestCallThatRestarts.py')
-rw-r--r-- | lldb/test/expression_command/call-restarts/TestCallThatRestarts.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py index f5480c27407..e3d368c97cd 100644 --- a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py +++ b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py @@ -2,6 +2,8 @@ Test calling a function that hits a signal set to auto-restart, make sure the call completes. """ +from __future__ import print_function + import lldb_shared import lldb |