summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/shared_lib/TestSharedLib.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/c/shared_lib/TestSharedLib.py')
-rw-r--r--lldb/test/lang/c/shared_lib/TestSharedLib.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/c/shared_lib/TestSharedLib.py b/lldb/test/lang/c/shared_lib/TestSharedLib.py
index dd095272d80..0d478064ea7 100644
--- a/lldb/test/lang/c/shared_lib/TestSharedLib.py
+++ b/lldb/test/lang/c/shared_lib/TestSharedLib.py
@@ -1,5 +1,7 @@
"""Test that types defined in shared libraries work correctly."""
+from __future__ import print_function
+
import lldb_shared
import unittest2
OpenPOWER on IntegriCloud