diff options
Diffstat (limited to 'lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py')
-rw-r--r-- | lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py b/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py index b28c055afbe..6a4a6e8a08e 100644 --- a/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py +++ b/lldb/test/tools/lldb-mi/interpreter/TestMiCliSupport.py @@ -2,6 +2,8 @@ Test lldb-mi can interpret CLI commands directly. """ +from __future__ import print_function + import lldb_shared import lldbmi_testcase |