diff options
Diffstat (limited to 'lldb/test/functionalities/thread/step_out/TestThreadStepOut.py')
-rw-r--r-- | lldb/test/functionalities/thread/step_out/TestThreadStepOut.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py b/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py index 3100b361d16..aa5d09e44c1 100644 --- a/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py +++ b/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py @@ -2,6 +2,8 @@ Test stepping out from a function in a multi-threaded program. """ +from __future__ import print_function + import lldb_shared import os, time |