diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py')
-rw-r--r-- | lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py b/lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py index 4d3386fd053..388117a7cea 100644 --- a/lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py +++ b/lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py @@ -2,7 +2,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |