diff options
Diffstat (limited to 'lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py')
-rw-r--r-- | lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py b/lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py index 841398618c9..03a3f34ef7d 100644 --- a/lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py +++ b/lldb/test/tools/lldb-mi/TestMiLibraryLoaded.py @@ -2,6 +2,8 @@ Test lldb-mi =library-loaded notifications. """ +from __future__ import print_function + import lldb_shared import lldbmi_testcase |