diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/source-manager')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py b/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py index 7549071def7..96ed6033c30 100644 --- a/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py +++ b/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py @@ -11,7 +11,7 @@ o test_modify_source_file_while_debugging: from __future__ import print_function -import use_lldb_suite + import lldb from lldbsuite.test.lldbtest import * |