diff options
Diffstat (limited to 'lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py')
-rw-r--r-- | lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py b/lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py index 33a6832981e..0980b45a3fe 100644 --- a/lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py +++ b/lldb/test/tools/lldb-server/TestGDBRemoteMemoryRead.py @@ -2,6 +2,8 @@ Tests the binary ($x) and hex ($m) memory read packets of the remote stub """ +from __future__ import print_function + import lldb_shared import os |