From a174bcbf033da7392b8c2c96c381d45f09a9810f Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 21 Jun 2018 15:24:39 +0000 Subject: Remove UUID::SetFromCString Replace uses with SetFromStringRef. NFC. llvm-svn: 335246 --- lldb/unittests/Target/ModuleCacheTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/unittests/Target/ModuleCacheTest.cpp') diff --git a/lldb/unittests/Target/ModuleCacheTest.cpp b/lldb/unittests/Target/ModuleCacheTest.cpp index 1219a1db131..0b9e02df781 100644 --- a/lldb/unittests/Target/ModuleCacheTest.cpp +++ b/lldb/unittests/Target/ModuleCacheTest.cpp @@ -93,7 +93,7 @@ void ModuleCacheTest::TryGetAndPut(const FileSpec &cache_dir, ModuleCache mc; ModuleSpec module_spec; module_spec.GetFileSpec() = GetDummyRemotePath(); - module_spec.GetUUID().SetFromCString(module_uuid, uuid_bytes); + module_spec.GetUUID().SetFromStringRef(module_uuid, uuid_bytes); module_spec.SetObjectSize(module_size); ModuleSP module_sp; bool did_create; -- cgit v1.2.3