diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/add-dsym')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py b/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py index 11c3bc86a6e..8a0fe377f26 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py +++ b/lldb/packages/Python/lldbsuite/test/commands/add-dsym/uuid/TestAddDsymCommand.py @@ -1,6 +1,5 @@ """Test that the 'add-dsym', aka 'target symbols add', command informs the user about success or failure.""" -from __future__ import print_function import os |