summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py')
-rw-r--r--lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py b/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
index 66dc4d5bdb8..afdbc61a474 100644
--- a/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
+++ b/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
@@ -1,5 +1,7 @@
"""Test that the Objective-C syntax for dictionary/array literals and indexing works"""
+from __future__ import print_function
+
import lldb_shared
import unittest2
OpenPOWER on IntegriCloud