diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py b/lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py index 7cc83300dbf..5cc6f4e7ba9 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/global_ptrs/TestGlobalObjects.py @@ -1,6 +1,5 @@ """Test that a global ObjC object found before the process is started updates correctly.""" -from __future__ import print_function import lldb |