diff options
Diffstat (limited to 'lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py')
-rw-r--r-- | lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py b/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py index 0c2c884cf6c..ab68309af93 100644 --- a/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py +++ b/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py @@ -2,6 +2,8 @@ Test that we obey thread conditioned breakpoints. """ +from __future__ import print_function + import lldb_shared import os, time |