diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/abbreviation')
2 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py index b3095c758f9..285445b29ef 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestAbbreviations.py @@ -5,8 +5,6 @@ Test some lldb command abbreviations and aliases for proper resolution. 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/abbreviation/TestCommonShortSpellings.py b/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestCommonShortSpellings.py index 519b93efebe..fc231de1055 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestCommonShortSpellings.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/abbreviation/TestCommonShortSpellings.py @@ -6,8 +6,6 @@ many commands remain available even after we add/delete commands in the future. from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * |