diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py index cd998f104a5..c22a1f1ad53 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-property/TestObjCProperty.py @@ -4,7 +4,7 @@ Use lldb Python API to verify that expression evaluation for property references from __future__ import print_function -import use_lldb_suite + import os, time import re |