commit | 0a0490b1520e96b728448b8c43ca873fcaa809dc | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Tue Oct 27 20:12:05 2015 +0000 |
committer | Zachary Turner <zturner@google.com> | Tue Oct 27 20:12:05 2015 +0000 |
tree | d86351542362fcd3187d40fdfb0ccb939ac2f99a | |
parent | 235acde953856a52b692cecf2c0484f2c30fdf43 [diff] [blame] |
Rename `lldb_shared` to `use_lldb_suite`. llvm-svn: 251444
diff --git a/lldb/test/source-manager/TestSourceManager.py b/lldb/test/source-manager/TestSourceManager.py index 3301704..1fc6cd1 100644 --- a/lldb/test/source-manager/TestSourceManager.py +++ b/lldb/test/source-manager/TestSourceManager.py
@@ -11,7 +11,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldb from lldbtest import *