diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-property/TestObjCProperty.py')
-rw-r--r-- | lldb/test/lang/objc/objc-property/TestObjCProperty.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-property/TestObjCProperty.py b/lldb/test/lang/objc/objc-property/TestObjCProperty.py index f21ab349862..0806776a690 100644 --- a/lldb/test/lang/objc/objc-property/TestObjCProperty.py +++ b/lldb/test/lang/objc/objc-property/TestObjCProperty.py @@ -2,6 +2,8 @@ Use lldb Python API to verify that expression evaluation for property references uses the correct getters and setters """ +from __future__ import print_function + import lldb_shared import os, time |