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

