From 0a0490b1520e96b728448b8c43ca873fcaa809dc Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 27 Oct 2015 20:12:05 +0000 Subject: Rename `lldb_shared` to `use_lldb_suite`. llvm-svn: 251444 --- lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py') diff --git a/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py b/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py index 206e3ec821f..dc844e3c0ff 100644 --- a/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py +++ b/lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py @@ -5,7 +5,7 @@ should compile and link with the LLDB framework.""" from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, re from lldbtest import * -- cgit v1.2.1