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] |
Rename `lldb_shared` to `use_lldb_suite`. llvm-svn: 251444
diff --git a/lldb/test/python_api/function_symbol/TestDisasmAPI.py b/lldb/test/python_api/function_symbol/TestDisasmAPI.py index d66a66f..a967dc8 100644 --- a/lldb/test/python_api/function_symbol/TestDisasmAPI.py +++ b/lldb/test/python_api/function_symbol/TestDisasmAPI.py
@@ -4,7 +4,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re
diff --git a/lldb/test/python_api/function_symbol/TestSymbolAPI.py b/lldb/test/python_api/function_symbol/TestSymbolAPI.py index 1488e52..1b49ebc 100644 --- a/lldb/test/python_api/function_symbol/TestSymbolAPI.py +++ b/lldb/test/python_api/function_symbol/TestSymbolAPI.py
@@ -4,7 +4,7 @@ from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re