mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 20:29:57 -04:00
for pcid dp.
Signed-off-by: yudechen <chenyude@huawei.com> Change-Id: I1a89895bf5697ab999c2c417538a26522c1acf09
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user