diff options
Diffstat (limited to 'lldb/test/functionalities/thread/jump')
-rw-r--r-- | lldb/test/functionalities/thread/jump/TestThreadJump.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/jump/TestThreadJump.py b/lldb/test/functionalities/thread/jump/TestThreadJump.py index a9b06863a72..4a55aff1714 100644 --- a/lldb/test/functionalities/thread/jump/TestThreadJump.py +++ b/lldb/test/functionalities/thread/jump/TestThreadJump.py @@ -2,6 +2,8 @@ Test jumping to different places. """ +from __future__ import print_function + import lldb_shared import os, time |