diff options
Diffstat (limited to 'lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py')
-rw-r--r-- | lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py b/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py index 31d120fccef..41e3cf8299f 100644 --- a/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py +++ b/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py @@ -2,6 +2,8 @@ The evaluating printf(...) after break stop and then up a stack frame. """ +from __future__ import print_function + import lldb_shared import os, time |