diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/linux/thread')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py b/lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py index 702d124834b..792dab443cb 100644 --- a/lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py +++ b/lldb/packages/Python/lldbsuite/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py @@ -6,7 +6,6 @@ over a thread creation instruction. from __future__ import print_function -import os import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * |