diff options
Diffstat (limited to 'lldb/test/lang/c/stepping/TestStepAndBreakpoints.py')
-rw-r--r-- | lldb/test/lang/c/stepping/TestStepAndBreakpoints.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py index ed50926fa47..170a02b8e65 100644 --- a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py +++ b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py @@ -1,5 +1,7 @@ """Test stepping over vrs. hitting breakpoints & subsequent stepping in various forms.""" +from __future__ import print_function + import lldb_shared import os, time |