diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-checker/TestObjCCheckers.py')
-rw-r--r-- | lldb/test/lang/objc/objc-checker/TestObjCCheckers.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py b/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py index 15820b68739..b3c44435b3d 100644 --- a/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py +++ b/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py @@ -2,6 +2,8 @@ Use lldb Python API to make sure the dynamic checkers are doing their jobs. """ +from __future__ import print_function + import lldb_shared import os, time |