diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py b/lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py index c25f9afbfa4..d5aa417b23a 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/wrong_commands/TestWrongCommands.py @@ -4,8 +4,6 @@ Test how lldb reacts to wrong commands from __future__ import print_function -import os -import time import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * |