diff options
Diffstat (limited to 'lldb/test/lang/c/stepping/TestThreadStepping.py')
-rw-r--r-- | lldb/test/lang/c/stepping/TestThreadStepping.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/c/stepping/TestThreadStepping.py b/lldb/test/lang/c/stepping/TestThreadStepping.py index e02551b3ac6..db8a726ff57 100644 --- a/lldb/test/lang/c/stepping/TestThreadStepping.py +++ b/lldb/test/lang/c/stepping/TestThreadStepping.py @@ -2,6 +2,8 @@ Test thread stepping features in combination with frame select. """ +from __future__ import print_function + import lldb_shared import os, time |