diff options
Diffstat (limited to 'lldb/test/macosx/order/TestOrderFile.py')
-rw-r--r-- | lldb/test/macosx/order/TestOrderFile.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/macosx/order/TestOrderFile.py b/lldb/test/macosx/order/TestOrderFile.py index b0d9fd93586..fee48e0f082 100644 --- a/lldb/test/macosx/order/TestOrderFile.py +++ b/lldb/test/macosx/order/TestOrderFile.py @@ -2,6 +2,8 @@ Test that debug symbols have the correct order as specified by the order file. """ +from __future__ import print_function + import lldb_shared import os, time |