diff options
Diffstat (limited to 'lldb/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py')
-rw-r--r-- | lldb/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py b/lldb/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py index 8bcf39e4696..fdc9b1e9b36 100644 --- a/lldb/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py +++ b/lldb/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py @@ -3,6 +3,8 @@ This tests that we do not lose control of the inferior, while doing an instructi over a thread creation instruction. """ +from __future__ import print_function + import lldb_shared import os |