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