diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py b/lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py index fd9812320f2..a780ca27566 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py +++ b/lldb/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/TestNoSuchArch.py @@ -1,7 +1,6 @@ """ Test that using a non-existent architecture name does not crash LLDB. """ -from __future__ import print_function import lldb |