diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/command/nested_alias')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/TestNestedAlias.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/TestNestedAlias.py b/lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/TestNestedAlias.py index 1a7b01ab260..983714e2cf6 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/TestNestedAlias.py +++ b/lldb/packages/Python/lldbsuite/test/commands/command/nested_alias/TestNestedAlias.py @@ -2,7 +2,6 @@ Test that an alias can reference other aliases without crashing. """ -from __future__ import print_function import lldb |