for pcid dp.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I1a89895bf5697ab999c2c417538a26522c1acf09
This commit is contained in:
yudechen
2022-05-06 15:30:02 +08:00
parent 36c7d07f84
commit 4e285d93a7
5 changed files with 20 additions and 17 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ void SyscapCodecTest::TearDown() {}
*/
HWTEST_F(SyscapCodecTest, EncodeOsSyscap, TestSize.Level1)
{
int *intOsInput = NULL;
EXPECT_TRUE(EncodeOsSyscap(&intOsInput));
free(intOsInput);
char *OsInput = NULL;
EXPECT_TRUE(EncodeOsSyscap(&OsInput));
free(OsInput);
}
/*