diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/android/platform')
| -rw-r--r-- | packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py b/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py index b925afe1b70c..2b6ac1818de7 100644 --- a/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py +++ b/packages/Python/lldbsuite/test/android/platform/TestDefaultCacheLineSize.py @@ -8,8 +8,9 @@ from __future__ import print_function  import os  import lldb +from lldbsuite.test.decorators import *  from lldbsuite.test.lldbtest import * -import lldbsuite.test.lldbutil as lldbutil +from lldbsuite.test import lldbutil  class DefaultCacheLineSizeTestCase(TestBase): | 
