summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py')
-rw-r--r--lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py b/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py
index c5bdcb89fec..6a3be36a592 100644
--- a/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py
+++ b/lldb/test/python_api/findvalue_duplist/TestSBFrameFindValue.py
@@ -1,5 +1,7 @@
"""Test that SBFrame::FindValue finds things but does not duplicate the entire variables list"""
+from __future__ import print_function
+
import lldb_shared
import os, sys, time
OpenPOWER on IntegriCloud