未验证 提交 3b22a0e8 编写于 作者: O openharmony_ci 提交者: Gitee

!1522 ut适配ipc对service资源的管理策略

Merge pull request !1522 from Mupceet/monthly_fix_ut
......@@ -17,8 +17,6 @@ config("utest_config") {
visibility = [ ":*" ]
cflags = [
"-fprofile-arcs",
"-ftest-coverage",
"-Wno-implicit-fallthrough",
"-Wno-unused-function",
]
......@@ -26,7 +24,6 @@ config("utest_config") {
"-Wno-implicit-fallthrough",
"-fexceptions",
]
ldflags = [ "--coverage" ]
}
FSCRYPT_PATH =
......
......@@ -82,6 +82,5 @@ HWTEST_F(DeviceInfoUnittest, StubTest, TestSize.Level1)
deviceInfoService->GetUdid(result);
deviceInfoService->GetSerialID(result);
deviceInfoService->OnStop();
delete deviceInfoService;
}
} // namespace init_ut
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册