diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sanity/TestModuleCacheSanity.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/sanity/TestModuleCacheSanity.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/sanity/TestModuleCacheSanity.py b/lldb/packages/Python/lldbsuite/test/sanity/TestModuleCacheSanity.py index 2ce00d4e7ca..3d9f171caba 100644 --- a/lldb/packages/Python/lldbsuite/test/sanity/TestModuleCacheSanity.py +++ b/lldb/packages/Python/lldbsuite/test/sanity/TestModuleCacheSanity.py @@ -3,7 +3,6 @@ This is a sanity check that verifies that the module cache path is set correctly and points inside the default test build directory. """ -from __future__ import print_function import lldb import lldbsuite.test.lldbutil as lldbutil |