diff options
Diffstat (limited to 'lldb/test/driver/batch_mode/TestBatchMode.py')
-rw-r--r-- | lldb/test/driver/batch_mode/TestBatchMode.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/driver/batch_mode/TestBatchMode.py b/lldb/test/driver/batch_mode/TestBatchMode.py index bd0f3fa4432..f88591aa4b3 100644 --- a/lldb/test/driver/batch_mode/TestBatchMode.py +++ b/lldb/test/driver/batch_mode/TestBatchMode.py @@ -2,6 +2,8 @@ Test that the lldb driver's batch mode works correctly. """ +from __future__ import print_function + import lldb_shared import os, time |