mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-23 07:02:25 +00:00
格式
Signed-off-by: 王德海 <wangdehai2@huawei.com> Change-Id: Ia2f5bb10a897185194ecfa3078e17ff119ed1c38
This commit is contained in:
parent
f30fc58f3f
commit
30028a5adf
@ -42,7 +42,7 @@ bool TestDefManager::Regist(const char* testCaseName, const char* testName,
|
||||
std::string startPath = "graphic_test/";
|
||||
size_t startPos = std::string(filePath).find(startPath) + startPath.length();
|
||||
if (startPos == std::string::npos) {
|
||||
LOGE("TestDefManager::Regist fail filePath %{public}s", filePath.c_str());
|
||||
LOGE("TestDefManager::Regist fail filePath %{public}s", filePath);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user