diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py')
-rw-r--r-- | lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py b/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py index dd4620f4752..de529e8fa86 100644 --- a/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py +++ b/lldb/test/lang/objc/objc-ivar-stripped/TestObjCIvarStripped.py @@ -1,5 +1,7 @@ """Test printing ObjC objects that use unbacked properties - so that the static ivar offsets are incorrect.""" +from __future__ import print_function + import lldb_shared import os, time |