diff options
Diffstat (limited to 'lldb/test/android/platform/TestDefaultCacheLineSize.py')
-rw-r--r-- | lldb/test/android/platform/TestDefaultCacheLineSize.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/android/platform/TestDefaultCacheLineSize.py b/lldb/test/android/platform/TestDefaultCacheLineSize.py index 2cc209bacf4..d559dab06d6 100644 --- a/lldb/test/android/platform/TestDefaultCacheLineSize.py +++ b/lldb/test/android/platform/TestDefaultCacheLineSize.py @@ -2,6 +2,8 @@ Verify the default cache line size for android targets """ +from __future__ import print_function + import lldb_shared import os |