From 174d947eed75075c94297745ad486b73d7cd1040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=87=AF=E6=98=8E?= Date: Thu, 24 Apr 2025 19:52:44 +0800 Subject: [PATCH] revert change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢凯明 --- test/unittest/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 262a1e5..3dae7fb 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -35,7 +35,7 @@ if (defined(ohos_lite)) { } } else { ohos_unittest("ConfigPolicyUtilsTest") { - module_out_path = "config_policy/config_policy" + module_out_path = "config_policy/ConfigPolicyUtilsTest" sources = config_policy_sources include_dirs = config_policy_include_dirs deps = config_policy_deps -- Gitee