diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py b/lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py index ed7b40d5ffb..8ca26398fca 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/ptr_refs/TestPtrRefs.py @@ -2,7 +2,6 @@ Test the ptr_refs tool on Darwin """ -from __future__ import print_function import lldb from lldbsuite.test.decorators import * |