diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/help')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/help/TestApropos.py | 2 | ||||
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/help/TestHelp.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/help/TestApropos.py b/lldb/packages/Python/lldbsuite/test/help/TestApropos.py index 8bf75ab6880..f48d51222ad 100644 --- a/lldb/packages/Python/lldbsuite/test/help/TestApropos.py +++ b/lldb/packages/Python/lldbsuite/test/help/TestApropos.py @@ -5,8 +5,6 @@ Test some lldb apropos commands. 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/help/TestHelp.py b/lldb/packages/Python/lldbsuite/test/help/TestHelp.py index 7d66b08b86a..ea67b197ce9 100644 --- a/lldb/packages/Python/lldbsuite/test/help/TestHelp.py +++ b/lldb/packages/Python/lldbsuite/test/help/TestHelp.py @@ -8,7 +8,6 @@ from __future__ import print_function import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * @@ -72,7 +71,6 @@ class HelpCommandTestCase(TestBase): # Just fallthrough... import traceback traceback.print_exc() - pass # Use None to signify that we are not able to grok the version number. return None |