From fe509786d7c938a21fa48fc6ec050e26124e3b8b Mon Sep 17 00:00:00 2001 From: ry Date: Wed, 14 Sep 2022 18:21:16 +0800 Subject: [PATCH] modify code path Signed-off-by: ry --- test/unittest/common/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/common/BUILD.gn b/test/unittest/common/BUILD.gn index 15937b3..aa33c11 100644 --- a/test/unittest/common/BUILD.gn +++ b/test/unittest/common/BUILD.gn @@ -44,7 +44,7 @@ if (defined(ohos_lite)) { deps = [ "//base//hiviewdfx/hilog_lite/frameworks/featured:hilog_shared", - "//test/developertest/third_party/lib/cpp:gtest_main", + "//test/testfwk/developer_test/third_party/lib/cpp:gtest_main", "//third_party/bounds_checking_function:libsec_static", ] -- Gitee