提交 bac2bd4d 编写于 作者: C cheng_jinsong

adjust sa resource manage type

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