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