diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-super/TestObjCSuper.py')
-rw-r--r-- | lldb/test/lang/objc/objc-super/TestObjCSuper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-super/TestObjCSuper.py b/lldb/test/lang/objc/objc-super/TestObjCSuper.py index 414a1a8d456..ea9a2e5c7e5 100644 --- a/lldb/test/lang/objc/objc-super/TestObjCSuper.py +++ b/lldb/test/lang/objc/objc-super/TestObjCSuper.py @@ -2,7 +2,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |