diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py index 4658fd05007..ce2da08c6ed 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-checker/TestObjCCheckers.py @@ -4,7 +4,7 @@ Use lldb Python API to make sure the dynamic checkers are doing their jobs. from __future__ import print_function -import use_lldb_suite + import os, time import re |