diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py')
-rw-r--r-- | lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py b/lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py index 0be0150a0b01..edbce8268869 100644 --- a/lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py +++ b/lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py @@ -2,7 +2,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |