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 *