diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/disassembly')
2 files changed, 0 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py b/lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py index 91b858b4665..1ad8e23ac9b 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestDisassembleBreakpoint.py @@ -5,8 +5,6 @@ Test some lldb command abbreviations. from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestFrameDisassemble.py b/lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestFrameDisassemble.py index c5fec5b02d6..912b37d6d3e 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestFrameDisassemble.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/disassembly/TestFrameDisassemble.py @@ -5,9 +5,6 @@ Test to ensure SBFrame::Disassemble produces SOME output from __future__ import print_function -import os -import time -import re import lldb import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * |