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, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-super/TestObjCSuper.py b/lldb/test/lang/objc/objc-super/TestObjCSuper.py index 4aba9e9740b..051cb253eb9 100644 --- a/lldb/test/lang/objc/objc-super/TestObjCSuper.py +++ b/lldb/test/lang/objc/objc-super/TestObjCSuper.py @@ -1,5 +1,7 @@ """Test calling methods on super.""" +from __future__ import print_function + import lldb_shared import os, time |