提交 7741d66e 编写于 作者: J jwx1134657

删除注释

Signed-off-by: Njwx1134657 <jiaxugang@huawei.com>
上级 c42fbfa7
......@@ -18,8 +18,5 @@ group("ActsGlobalTest") {
"//test/xts/acts/global_lite/i18n_lite/number_posix:ActsNumberTest",
"//test/xts/acts/global_lite/i18n_lite/numberrecall_posix:ActsNumberRecallTest",
"//test/xts/acts/global_lite/i18n_lite/week_plural_number/src:WeekPluralNumbertest",
# depend on the resources
#"//test/xts/acts/global_lite/i18n_lite/resource_parse_load/src:ResourceParseLoadtest",
]
}
......@@ -36,8 +36,5 @@ hcpptest_suite("ResourceParseLoadtest") {
"//base/global/resmgr_lite/interfaces/innerkits/include",
]
deps = [
"//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr",
#"//third_party/bounds_checking_function:libsec_shared",
]
deps = [ "//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr" ]
}
......@@ -22,8 +22,5 @@ hcpptest_suite("WeekPluralNumbertest") {
"//third_party/bounds_checking_function/include",
]
deps = [
"//base/global/i18n_lite/frameworks/i18n:global_i18n",
#"//third_party/bounds_checking_function:libsec_shared",
]
deps = [ "//base/global/i18n_lite/frameworks/i18n:global_i18n" ]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册