diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/arm')
3 files changed, 0 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py b/lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py index e9dbe670dc0..d13f9812ca8 100644 --- a/lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py +++ b/lldb/packages/Python/lldbsuite/test/arm/breakpoint-it/TestBreakpointIt.py @@ -6,8 +6,6 @@ from __future__ import print_function import lldb -import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil diff --git a/lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py b/lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py index 6540261262a..9403376192f 100644 --- a/lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py +++ b/lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py @@ -6,8 +6,6 @@ from __future__ import print_function import lldb -import os -import time from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil diff --git a/lldb/packages/Python/lldbsuite/test/arm/emulation/TestEmulations.py b/lldb/packages/Python/lldbsuite/test/arm/emulation/TestEmulations.py index 8e9244f3a3e..9613edcf3fd 100644 --- a/lldb/packages/Python/lldbsuite/test/arm/emulation/TestEmulations.py +++ b/lldb/packages/Python/lldbsuite/test/arm/emulation/TestEmulations.py @@ -6,7 +6,6 @@ from __future__ import print_function import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * |