diff options
Diffstat (limited to 'lldb/test/tools/lldb-server/commandline/TestStubSetSID.py')
-rw-r--r-- | lldb/test/tools/lldb-server/commandline/TestStubSetSID.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py b/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py index 401206bca02..23dda3686ad 100644 --- a/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py +++ b/lldb/test/tools/lldb-server/commandline/TestStubSetSID.py @@ -1,3 +1,5 @@ +from __future__ import print_function + import lldb_shared import gdbremote_testcase |