diff options
Diffstat (limited to 'lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py')
-rw-r--r-- | lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py b/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py index 867bfed4d7f..72c01ad344d 100644 --- a/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py +++ b/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py @@ -2,6 +2,8 @@ Test lldb breakpoint command for CPP methods & functions in a namespace. """ +from __future__ import print_function + import lldb_shared import os, time |