diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-struct-argument')
-rw-r--r-- | lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py b/lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py index be6e87b939e..1b4388febeb 100644 --- a/lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py +++ b/lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py @@ -1,5 +1,7 @@ """Test passing structs to Objective-C methods.""" +from __future__ import print_function + import lldb_shared import os, time |