diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py index 25b83ed5532..39c1f7be559 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/plugins/commands/TestPluginCommands.py @@ -5,9 +5,6 @@ Test that plugins that load commands work correctly. from __future__ import print_function -import os -import time -import re import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * |