diff options
Diffstat (limited to 'lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py')
-rw-r--r-- | lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py b/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py index 609a1b937a7..90e40ce8a63 100644 --- a/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py +++ b/lldb/test/functionalities/launch_with_shellexpand/TestLaunchWithShellExpand.py @@ -1,6 +1,8 @@ """ Test that argdumper is a viable launching strategy. """ +from __future__ import print_function + import lldb_shared import lldb |