diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/android/platform')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py b/lldb/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py index 221ff489f6d..009d58cd5b0 100644 --- a/lldb/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py +++ b/lldb/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py @@ -8,8 +8,8 @@ import use_lldb_suite import os import lldb -from lldbtest import * -import lldbutil +from lldbsuite.test.lldbtest import * +import lldbsuite.test.lldbutil as lldbutil class DefaultCacheLineSizeTestCase(TestBase): |

