diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_source')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py b/lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py index 383f2d7cef0..a30f0d497be 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/command_source/TestCommandSource.py @@ -5,8 +5,6 @@ Test that lldb command "command source" works correctly. from __future__ import print_function -import os -import sys import lldb from lldbsuite.test.decorators import * from lldbsuite.test.lldbtest import * |