modfiy for codex.

Signed-off-by: yudechen <chenyude@huawei.com>
Change-Id: I1af469670be0dfef45a02ee259cc22c9dcc305e8
This commit is contained in:
yudechen
2022-05-18 20:16:43 +08:00
parent 1851fb966f
commit d181b76138
7 changed files with 90 additions and 49 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ void SyscapCodecTest::TearDown() {}
HWTEST_F(SyscapCodecTest, EncodeOsSyscap, TestSize.Level1)
{
char OsInput[MAX_SYSCAP_STR_LEN] = {0};
EXPECT_TRUE(EncodeOsSyscap(OsInput, MAX_SYSCAP_STR_LEN));
EXPECT_TRUE(EncodeOsSyscap(OsInput));
}
/*