diff options
Diffstat (limited to 'lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py')
-rw-r--r-- | lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py b/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py index 5dae2a06c83..e5d4202008a 100644 --- a/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py +++ b/lldb/test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py @@ -1,5 +1,7 @@ """Test that the 'add-dsym', aka 'target symbols add', succeeds in the middle of debug session.""" +from __future__ import print_function + import lldb_shared import os, time |