diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py')
-rw-r--r-- | lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py index 31db76877e4..6c3c1832753 100644 --- a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py +++ b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py @@ -2,7 +2,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |