summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py')
-rw-r--r--lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py b/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
index d12b39d1cb7..73014c026ac 100644
--- a/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
+++ b/lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
@@ -3,6 +3,8 @@ Test that inlined breakpoints (breakpoint set on a file/line included from
another source file) works correctly.
"""
+from __future__ import print_function
+
import lldb_shared
import os, time
OpenPOWER on IntegriCloud